Sha256: a7ca09acaf0789ed68cd2b3136fa28b7a78fa5c1c43be1dab945493d2c9d010a

Contents?: true

Size: 358 Bytes

Versions: 17

Compression:

Stored size: 358 Bytes

Contents

# frozen_string_literal: false
require 'psych/json/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

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
psych-3.0.0.beta2-java lib/psych/json/tree_builder.rb
psych-3.0.0.beta2 lib/psych/json/tree_builder.rb
psych-2.2.4-java lib/psych/json/tree_builder.rb
psych-2.2.4 lib/psych/json/tree_builder.rb
psych-2.2.3-java lib/psych/json/tree_builder.rb
psych-2.2.3 lib/psych/json/tree_builder.rb
ruby-compiler-0.1.1 vendor/ruby/ext/psych/lib/psych/json/tree_builder.rb
psych-2.2.2-java lib/psych/json/tree_builder.rb
psych-2.2.2 lib/psych/json/tree_builder.rb
psych-2.2.1-java lib/psych/json/tree_builder.rb
psych-2.2.1 lib/psych/json/tree_builder.rb
psych-2.2.0-java lib/psych/json/tree_builder.rb
psych-2.2.0 lib/psych/json/tree_builder.rb
psych-2.1.1-java lib/psych/json/tree_builder.rb
psych-2.1.1 lib/psych/json/tree_builder.rb
psych-2.1.0-java lib/psych/json/tree_builder.rb
psych-2.1.0 lib/psych/json/tree_builder.rb