Sha256: f4aa2ae5dc32add2e3222c0f328885d5442f3bef3bda88e6ca2cf738be1d37d6
Contents?: true
Size: 333 Bytes
Versions: 13
Compression:
Stored size: 333 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 in one pass", :which_will => "simply return a string when finished", :as_easy_as => 123 } str = Yajl::Encoder.encode(obj) puts str
Version data entries
13 entries across 13 versions & 6 rubygems