.yaml, .toml, etc?

you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 3 years ago

json with comments can be parsed by a yaml parser. It's how I write yaml, in fact (yaml is a superset of json. any valid json is valid yaml, but it also supports comments)

  • source
  • parent