Sha256: c1f14044747f2e30b208a2ea19f76e3706b6700fe3fefe2bb0815c4145eb364e

Contents?: true

Size: 330 Bytes

Versions: 122

Compression:

Stored size: 330 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 c extension for JSON."
    JSON.parser = Parser
    JSON.generator = Generator
  end
end

Version data entries

122 entries across 116 versions & 18 rubygems

Version Path
mack-javascript-0.8.2 lib/gems/json_pure-1.1.3/lib/json/ext.rb
typo-5.3 vendor/gems/json-1.1.3/lib/json/ext.rb