add jsonugly
This commit is contained in:
parent
06a5d8059a
commit
f6b370714b
1 changed files with 5 additions and 0 deletions
5
jsonugly
Executable file
5
jsonugly
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env ruby -w
|
||||
|
||||
require 'json'
|
||||
|
||||
puts JSON.generate(JSON.parse(ARGF.read))
|
||||
Loading…
Reference in a new issue