Sha256: 6759cf47337135c9954218820995d1f1337395906a1881264bba6c0cdb5d61cb

Contents?: true

Size: 391 Bytes

Versions: 333

Compression:

Stored size: 391 Bytes

Contents

require 'json/common'

module JSON
  # This module holds all the modules/classes that implement JSON's
  # functionality as C extensions.
  module Ext
    require 'json/ext/parser'
    require 'json/ext/generator'
    $DEBUG and warn "Using Ext extension for JSON."
    JSON.parser = Parser
    JSON.generator = Generator
  end

  JSON_LOADED = true unless defined?(::JSON::JSON_LOADED)
end

Version data entries

333 entries across 319 versions & 42 rubygems

Version Path
minato_ruby_api_client-0.2.2 vendor/bundle/ruby/3.2.0/gems/json-2.7.2/lib/json/ext.rb
direct7-0.0.18 vendor/bundle/ruby/2.7.0/gems/json-2.6.3/lib/json/ext.rb
direct7-0.0.17 vendor/bundle/ruby/2.7.0/gems/json-2.6.3/lib/json/ext.rb
direct7-0.0.16 vendor/bundle/ruby/2.7.0/gems/json-2.6.3/lib/json/ext.rb
cloudsmith-api-2.0.15 vendor/bundle/ruby/2.6.0/gems/json-2.7.2/lib/json/ext.rb
cloudsmith-api-2.0.14 vendor/bundle/ruby/2.6.0/gems/json-2.7.2/lib/json/ext.rb
fluent-plugin-nuopenlineage-light-0.1.0 vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/ext.rb
fluent-plugin-openlineage-light-0.1.4 vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/ext.rb
fluent-plugin-openlineage-light-0.1.3 vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/ext.rb
fluent-plugin-openlineage-0.1.0 vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/ext.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/json-2.7.2/lib/json/ext.rb
cm-admin-1.5.22 vendor/bundle/ruby/3.3.0/gems/json-2.6.2/lib/json/ext.rb
cm-admin-1.5.21 vendor/bundle/ruby/3.3.0/gems/json-2.6.2/lib/json/ext.rb
cm-admin-1.5.20 vendor/bundle/ruby/3.3.0/gems/json-2.6.2/lib/json/ext.rb
katalyst-govuk-formbuilder-1.9.2 vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/ext.rb
harbr-2.8.1 vendor/bundle/ruby/3.2.0/gems/json-2.7.0/lib/json/ext.rb
cloudsmith-api-2.0.13 vendor/bundle/ruby/2.6.0/gems/json-2.7.2/lib/json/ext.rb
bison-0.1.0 vendor/bundle/ruby/3.2.0/gems/json-2.7.2/lib/json/ext.rb
cloudsmith-api-2.0.12 vendor/bundle/ruby/2.6.0/gems/json-2.7.2/lib/json/ext.rb
json_pure-2.7.2 lib/json/ext.rb