Sha256: 578667099761203f83fc63e52861d7ee1566e377ecaa97e67906df6eb364029a
Contents?: true
Size: 338 Bytes
Versions: 13
Compression:
Stored size: 338 Bytes
Contents
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/../..') $LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/../../lib') require 'yajl' obj = { :a_test => "of encoding directly to an IO stream", :which_will => "simply return a string when finished", :as_easy_as => 123 } Yajl::Encoder.encode(obj, STDOUT)
Version data entries
13 entries across 13 versions & 4 rubygems