Skip to content

Instantly share code, notes, and snippets.

@wbotelhos
Created August 25, 2011 19:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wbotelhos/1171694 to your computer and use it in GitHub Desktop.
Save wbotelhos/1171694 to your computer and use it in GitHub Desktop.
JSON formatado no console
// Exibindo o JSON no console
curl "http://api.twitter.com/1/trends.json" | python -mjson.tool
// Salvando em algum arquivo
curl "http://api.twitter.com/1/trends.json" | python -mjson.tool > response.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment