Skip to content

Commit

Permalink
add jsonugly
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonjs committed Feb 6, 2015
1 parent 06a5d80 commit f6b3707
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jsonugly
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env ruby -w

require 'json'

puts JSON.generate(JSON.parse(ARGF.read))

0 comments on commit f6b3707

Please sign in to comment.