Read/write JSON
Read JSON file as hash
JSON.parse(File.read('/path/to/file.json'))
Write hash as json
File.write('blah.json', h.to_json)
Read JSON file as hash
JSON.parse(File.read('/path/to/file.json'))
Write hash as json
File.write('blah.json', h.to_json)