Ubuntu has a jsonlint that can format json stand-alone, and it looks like there might be other ports
Usage with jsonlint:
$ jsonlint -f temp.txt > temp-format.txt
Usage with jq:
$ jq '.' < en.json

Technical notes, and other ideas.
Ubuntu has a jsonlint that can format json stand-alone, and it looks like there might be other ports
Usage with jsonlint:
$ jsonlint -f temp.txt > temp-format.txt
Usage with jq:
$ jq '.' < en.json