require 'json'
require 'pp'

infname  = ARGV[0]


str = File.read(infname)
hash = JSON.parse( str )

pp hash
