11 ms·
Another way to do it without having to install anything extra: curl "http://api.twitter.com/1/statuses/user_timeline.json?screen_name=twitter&include_rts=1 htt
by rahim 15y ago
Another way to do it without having to install anything extra:
curl "http://api.twitter.com/1/statuses/user_timeline.json?screen_name=twitter&include_rts=1 http://api.twitter.com/1/statuses/user_timeline.json?screen_... | python -m json.tool | pbcopy
- pencilcode 15y agoI use the Chrome extension JsonViewer. It automatically formats the json. Great for api inspection.