benchmarks: Added benchmarks for C, Go, Ruby, Python and Nit
[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)