Read JSON file as hash

JSON.parse(File.read('/path/to/file.json'))

Write hash as json

File.write('blah.json', h.to_json)