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