There are a couple I have in mind. Like many techies, I am a huge fan of RSS for content distribution and XMPP for federated communication.

The really niche one I like is S-expressions as a data format and configuration in place of json, yaml, toml, etc.

I am a big fan of Plaintext formats, although I wish markdown had a few more features like tables.

you are viewing a single comment's thread
view the rest of the comments
[–] 49 points 2 years ago (5 children)

JSON5. it's basically just JSON with several QoL improvements, like comments, that make it usable as a format for human consumption (as opposed to a serialization format).

  • source
  • hideshow 5 child comments
  • [–] 13 points 2 years ago (3 children)

    Objects may have a single trailing comma.

    I just came.

  • source
  • parent
  • hideshow 3 child comments