top | item 33743063 (no title) kasbah | 3 years ago In all seriousness Python's json.tool is a great option here. cat big.json | python3 -m json.tool or python3 -m json.tool big.json discuss order hn newest jwilk|3 years ago There's also json_pp(1), provided by Perl.
jwilk|3 years ago