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