Hacker News new | ask | show | jobs
by rahim 5243 days ago
Another way to do it without having to install anything extra:

curl "http://api.twitter.com/1/statuses/user_timeline.json?screen_... | python -m json.tool | pbcopy

1 comments

I use the Chrome extension JsonViewer. It automatically formats the json. Great for api inspection.