Parse and stringify JSON5, a JSON superset with better usability
JSON enhanced with usability features
json5
$ json5 input.json5 > output.json
$ echo "{a: 1, b: 2}" | json5
$ json5 --validate config.json5