PHP 8.2.31
Preview: json_tree.rb Size: 587 B
/proc/thread-self/root/opt/alt/ruby26/lib64/ruby/2.6.0/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-07-26 15:03:15
Edit Download
1.45 KB lrw-r--r-- 2023-07-26 15:03:15
Edit Download
587 B lrw-r--r-- 2023-07-26 15:03:15
Edit Download
11.28 KB lrw-r--r-- 2023-07-26 15:03:15
Edit Download
359 B lrw-r--r-- 2023-07-26 15:03:15
Edit Download
15.36 KB lrw-r--r-- 2023-07-26 15:03:15
Edit Download

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