Y
Hacker News
new
|
ask
|
show
|
jobs
by
foxwoods
5027 days 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/
1 comments
smagch
5027 days ago
Yeah, I use jsontool too. I always do on the terminal
cat hoge.json | json | less
link