PHP 8.2.31
Preview: json_tree.rb Size: 587 B
//proc/thread-self/root/opt/alt/ruby27/share/ruby/psych/visitors/json_tree.rb

# frozen_string_literal: true
require 'psych/json/ruby_events'

module Psych
  module Visitors
    class JSONTree < YAMLTree
      include Psych::JSON::RubyEvents

      def self.create options = {}
        emitter = Psych::JSON::TreeBuilder.new
        class_loader = ClassLoader.new
        ss           = ScalarScanner.new class_loader
        new(emitter, ss, options)
      end

      def accept target
        if target.respond_to?(:encode_with)
          dump_coder target
        else
          send(@dispatch_cache[target.class], target)
        end
      end
    end
  end
end

Directory Contents

Dirs: 0 × Files: 6

Name Size Perms Modified Actions
626 B lrw-r--r-- 2023-06-06 14:54:34
Edit Download
1.45 KB lrw-r--r-- 2023-06-06 14:54:34
Edit Download
587 B lrw-r--r-- 2023-06-06 14:54:34
Edit Download
11.68 KB lrw-r--r-- 2023-06-06 14:54:34
Edit Download
359 B lrw-r--r-- 2023-06-06 14:54:34
Edit Download
15.03 KB lrw-r--r-- 2023-06-06 14:54:34
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).