mirror of
https://github.com/ruby/ruby.git
synced 2025-09-17 09:33:59 +02:00
* ext/json: Update github/flori/json from 1.4.2+ to
e22b2f2bdfe6a9b0. this fixes some bugs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30003 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b60cc77902
commit
4a84c27e3e
16 changed files with 570 additions and 1695 deletions
|
@ -6,10 +6,10 @@ module JSON
|
|||
module Ext
|
||||
require 'json/ext/parser'
|
||||
require 'json/ext/generator'
|
||||
$DEBUG and warn "Using c extension for JSON."
|
||||
$DEBUG and warn "Using Ext extension for JSON."
|
||||
JSON.parser = Parser
|
||||
JSON.generator = Generator
|
||||
end
|
||||
|
||||
JSON_LOADED = true
|
||||
JSON_LOADED = true unless const_defined?(:JSON_LOADED)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue