# frozen_string_literal: true
require_relative 'yaml_events'
module Psych
module JSON
###
# 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.
class TreeBuilder < Psych::TreeBuilder
include Psych::JSON::YAMLEvents
end
end
end
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| ruby_events.rb | File | 488 B | 0644 |
|
| stream.rb | File | 402 B | 0644 |
|
| tree_builder.rb | File | 355 B | 0644 |
|
| yaml_events.rb | File | 779 B | 0644 |
|