encoding: UTF-8
encoding: UTF-8
encoding: UTF-8
encoding: UTF-8
encoding: UTF-8
encoding: UTF-8
Ruby bindings to the excellent Yajl (Yet Another JSON Parser) ANSI C library.
For compatibility, has the same signature of Yajl::Encoder.encode
# File lib/yajl.rb, line 24 24: def self.dump(obj, *args, &block) 25: Encoder.encode(obj, args, &block) 26: end
For compatibility, has the same signature of Yajl::Parser.parse
# File lib/yajl.rb, line 19 19: def self.load(str_or_io, options={}, read_bufsize=nil, &block) 20: Parser.parse(str_or_io, options, read_bufsize, &block) 21: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.