#!/usr/bin/ruby require 'json' data = JSON.parse( STDIN.read ) puts JSON.pretty_generate(data, { :indent => "\t" })