Update to JSON 1.1.4.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2009-05-05 02:32:49 +00:00
parent 1735892962
commit 4f364c6bf7
13 changed files with 336 additions and 826 deletions

View file

@ -10,4 +10,6 @@ module JSON
JSON.parser = Parser
JSON.generator = Generator
end
JSON_LOADED = true
end