Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > psych/jsonライブラリ

library psych/json

要約

クラス

class Psych::JSON::Stream
class Psych::JSON::TreeBuilder

Psych::JSON::TreeBuilder is an event based AST builder. Events are sent to an instance of Psych::JSON::TreeBuilder and a JSON AST is constructed.

モジュール

module Psych::JSON

同時にrequireされるライブラリ

psych/json/stream
psych/json/tree_builder
library psych/json