Merge: lib/config: fix doc
[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)