hjson

Convert between JSON and HJSON (Human JSON) formats

brewmacoslinux
Try with needOr install directly
Source

About

Convert JSON to HJSON and vice versa

Commands

hjson

Examples

Convert JSON file to HJSON format$ hjson input.json > output.hjson
Convert HJSON file to JSON format$ hjson -j input.hjson > output.json
Validate and pretty-print HJSON from stdin$ cat config.hjson | hjson