Sha256: afa6c07b2fb79d60fed7ae7deaf5822f788106df5819190a306615025a452318
Contents?: true
Size: 286 Bytes
Versions: 13
Compression:
Stored size: 286 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 & 4 rubygems