From f6b370714b90c6b5ee4df257963b1faf73869851 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Fri, 6 Feb 2015 15:55:16 -0800 Subject: [PATCH] add jsonugly --- jsonugly | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 jsonugly diff --git a/jsonugly b/jsonugly new file mode 100755 index 0000000..397b846 --- /dev/null +++ b/jsonugly @@ -0,0 +1,5 @@ +#!/usr/bin/env ruby -w + +require 'json' + +puts JSON.generate(JSON.parse(ARGF.read))