* ext/json: Update to JSON 1.1.9.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2009-09-01 16:17:56 +00:00
parent d2d0d733c1
commit c719ecb535
18 changed files with 144 additions and 2181 deletions

View file

@ -309,6 +309,8 @@ module JSON
end
module ::Kernel
private
# Outputs _objs_ to STDOUT as JSON strings in the shortest form, that is in
# one line.
def j(*objs)