Merge: doc: fixed some typos and other misc. corrections
[nit.git] / benchmarks / json / scripts / json_pure.rb
1 require 'json/pure'
2
3 txt = IO.read(ARGV.first)
4 my_hash = JSON.parse(txt)