Skip to content

Instantly share code, notes, and snippets.

@obfusk
Created November 19, 2013 22:44
Show Gist options
  • Select an option

  • Save obfusk/7553915 to your computer and use it in GitHub Desktop.

Select an option

Save obfusk/7553915 to your computer and use it in GitHub Desktop.
prettyfy json w/ ruby oneliner
ruby -rjson -e 'puts JSON.pretty_generate(JSON.load(STDIN))' <<< '{ "foo": 99, "bar": "baz" }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment