Skip to content

Instantly share code, notes, and snippets.

@osima
Created August 22, 2011 08:50
Show Gist options
  • Save osima/1161966 to your computer and use it in GitHub Desktop.
Save osima/1161966 to your computer and use it in GitHub Desktop.
json pretty print using groovy
json = '{"twitter":"@osima.jp","web site":["http://osima.jp/","http://www.my-notebook.net/"]}'
println groovy.json.JsonOutput.prettyPrint(json)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment