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

library psych/json/tree_builder

要約

クラス

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.

library psych/json/tree_builder