``` $ jruby -rjson -e "p JSON::VERSION; p JSON.parse(File.read('blah.json'))" "2.5.1" {"took"=>175, ...... ```