Sha256: 36eab4d39c369fbe5cc1ec6fe2b9d9cbc58f8ef6bcf09e20ada8b305654e1bd9

Contents?: true

Size: 343 Bytes

Versions: 6

Compression:

Stored size: 343 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

6 entries across 6 versions & 1 rubygems

Version Path
shoesgem-0.1480.0 shoes/ruby/gems/1.9.1/gems/json-shoes-1.1.3/lib/json/ext.rb
shoesgem-0.1469.0 shoes/ruby/gems/1.9.1/gems/json-shoes-1.1.3/lib/json/ext.rb
shoesgem-0.1430.0 shoes/ruby/gems/1.9.1/gems/json-shoes-1.1.3/lib/json/ext.rb
shoesgem-0.1429.0 shoes/ruby/gems/1.9.1/gems/json-shoes-1.1.3/lib/json/ext.rb
shoesgem-0.1428.0 shoes/ruby/gems/1.9.1/gems/json-shoes-1.1.3/lib/json/ext.rb
shoesgem-0.1426.0 shoes/ruby/gems/1.9.1/gems/json-shoes-1.1.3/lib/json/ext.rb