Skip to content

Instantly share code, notes, and snippets.

@crwang
Created January 21, 2015 18:55
Show Gist options
  • Save crwang/e5848cf6ed463426a6dc to your computer and use it in GitHub Desktop.
Save crwang/e5848cf6ed463426a6dc to your computer and use it in GitHub Desktop.
Rails pretty print hash in json
pretty_json = JSON.pretty_generate(JSON.parse(my_hash.to_json))
render json: pretty_json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment