fracturedjson

JSON formatter producing highly readable yet compact output

brewmacoslinux
Try with needOr install directly
Source

About

JSON formatter that produces highly readable but fairly compact output

Commands

fracturedjson

Examples

Format a JSON file and output to stdout$ fracturedjson input.json
Format minified JSON and save to a file$ fracturedjson minified.json > formatted.json
Format JSON from stdin$ cat data.json | fracturedjson