Sha256: 5041c7ff3b2e57aeeb140719ddb386cf51ef60c85d5163f2c0c6fd60c77d1c36
Contents?: true
Size: 229 Bytes
Versions: 23
Compression:
Stored size: 229 Bytes
Contents
# encoding: UTF-8 require 'rubygems' 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
23 entries across 23 versions & 4 rubygems