In Files

Methods

Yajl::Stream

DEPRECATED - See Yajl::Parser and Yajl::Encoder

Public Class Methods

encode(obj, str_or_io=nil) click to toggle source

DEPRECATED - See Yajl::Encoder

    # File lib/yajl.rb, line 88
88:     def self.encode(obj, str_or_io=nil)
89:       warn "WARNING: Yajl::Stream has be deprecated and will most likely be gone in the next release. Use the Yajl::Encoder class instead."
90:       Encoder.new.encode(obj, str_or_io)
91:     end
parse(str_or_io) click to toggle source

DEPRECATED - See Yajl::Parser

    # File lib/yajl.rb, line 82
82:     def self.parse(str_or_io)
83:       warn "WARNING: Yajl::Stream has be deprecated and will most likely be gone in the next release. Use the Yajl::Parser class instead."
84:       Parser.new.parse(str_or_io)
85:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.