Skip to content

Instantly share code, notes, and snippets.

@2get
Created June 25, 2013 03:05
Show Gist options
  • Save 2get/5855609 to your computer and use it in GitHub Desktop.
Save 2get/5855609 to your computer and use it in GitHub Desktop.
pretty-print JSON
def pp_json(json)
puts `echo '#{json}' | python -mjson.tool`
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment