jsonfmt - JSON FORMAT
Installation
npm install jsonfmt -g
Example 1 - output
~/Desktop/file.json contents
Run command
jsonfmt -f ~/Desktop/file.json
Example output
Example 2 - output to file
jsonfmt -f ~/Desktop/file.json > ~/Desktop/fmt_file.json