yajl

Fast C library for parsing and generating JSON

brewmacoslinux
Try with needOr install directly
Source

About

Yet Another JSON Library

Commands

yajl_dumpyajl_genyajl_format

Examples

Pretty-print a JSON file with formatting$ yajl_format < input.json > output.json
Dump JSON structure in tree format$ yajl_dump < data.json
Validate and reformat minified JSON$ cat minified.json | yajl_format