For compatibility, has the same signature of Yajl::Encoder.encode
# File lib/yajl.rb, line 21 21: def self.dump(obj, *args, &block) 22: Encoder.encode(obj, args, &block) 23: end
For compatibility, has the same signature of Yajl::Parser.parse
# File lib/yajl.rb, line 16 16: def self.load(str_or_io, options={}, read_bufsize=nil, &block) 17: Parser.parse(str_or_io, options, read_bufsize, &block) 18: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.