7 ms·
To inspect JSON in command-line, I prefer jsontool[1], it's more intuitive. something-generating-JSON-on-stdout | json [OPTIONS] [LOOKUPS] [1] http://tren
by foxwoods 14y ago
To inspect JSON in command-line, I prefer jsontool[1], it's more intuitive.
something-generating-JSON-on-stdout | json [OPTIONS] [LOOKUPS]
[1] http://trentm.com/json/ http://trentm.com/json/
- smagch 14y agoYeah, I use jsontool too. I always do on the terminal cat hoge.json | json | less