class Psych::JSON::Stream + Psych::Streaming + Psych::Visitors::JSONTree
クラスの継承リスト: Psych::JSON::Stream < Psych::Streaming < Psych::Visitors::JSONTree < Psych::Visitors::YAMLTree < Psych::Visitors::Visitor < Object < Kernel < BasicObject
要約
特異メソッド
new-
[TODO]
Create a new streaming emitter. Emitter will print to +io+. See Psych::Stream for an example.
new(options = {}, emitter = Psych::JSON::TreeBuilder.new)-
[TODO]
start(encoding = Nodes::Stream::UTF8)-
[TODO]
Start streaming using +encoding+
インスタンスメソッド
accept(target)-
[TODO]
class Psych::JSON::Stream