Skip to content

Instantly share code, notes, and snippets.

@tdl
Created July 9, 2013 09:14
Show Gist options
  • Save tdl/5955908 to your computer and use it in GitHub Desktop.
Save tdl/5955908 to your computer and use it in GitHub Desktop.
Pretty-print JSON with Ruby
ruby -rjson -e "STDOUT.write JSON.pretty_generate(JSON.load(STDIN))" < infile > outfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment