Class: Psych::JSON::TreeBuilder
- Includes:
- YAMLEvents
- Defined in:
- lib/psych/json/tree_builder.rb
Overview
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.
Method Summary
Methods included from YAMLEvents
#end_document, #scalar, #start_document, #start_mapping, #start_sequence