fracturedjson

JSON formatter that produces readable and compact output

brewmacoslinux
Try with needOr install directly
Source

About

JSON formatter that produces highly readable but fairly compact output

Commands

fracturedjson

Examples

pretty print JSON from a file$ fracturedjson input.json
format JSON and save to output file$ fracturedjson input.json > output.json
format JSON from standard input$ cat data.json | fracturedjson
make minified JSON readable in terminal$ fracturedjson minified.json
validate and format JSON response from API$ curl https://api.example.com/data | fracturedjson