Convert between JSON and HJSON (Human JSON) formats
Convert JSON to HJSON and vice versa
hjson
$ hjson input.json > output.hjson
$ hjson -j input.hjson > output.json
$ cat config.hjson | hjson