Skip to content

Instantly share code, notes, and snippets.

@dmichael
Created July 2, 2013 23:28
Show Gist options
  • Save dmichael/5914152 to your computer and use it in GitHub Desktop.
Save dmichael/5914152 to your computer and use it in GitHub Desktop.
# Thanks https://coderwall.com/p/khym-w
curl -s "http://someapi.com/json" | ruby -rawesome_print -rjson -e 'ap JSON.parse(STDIN.read)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment