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

json 5 does support comments. alternatively, yaml is a superset of json. any valid json is also valid yaml. but yaml also supports comments. So you can also write json with comments, and use a yaml parser on it, instead of a standard json parser

  • source
  • parent