Sha256: b5776e4054448061233c9120c322d402186038673d55f18aff8327fe2eea184a
Contents?: true
Size: 287 Bytes
Versions: 13
Compression:
Stored size: 287 Bytes
Contents
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/../..') $LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/../../lib') require 'yajl' # Usage: cat benchmark/subjects/item.json | ruby examples/from_stdin.rb hash = Yajl::Parser.parse(STDIN) puts hash.inspect
Version data entries
13 entries across 13 versions & 6 rubygems