Simple JSON formatting from the command line(github.com)2 points·by oscardelben·15 anni fa·1 commentsgithub.comSimple JSON formatting from the command linehttps://github.com/oscardelben/json_formatter1 commentsPost comment[–]chromejs10·15 anni fareplyYou can also use Python's mjson tool:cat json.txt | python -mjson.tool
cat json.txt | python -mjson.tool