1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/json/parser
naruse 14cab32596 * ext/json: merge JSON 1.8.1.
002ac2771c...e09ffc0d7d
* Remove Rubinius exception since transcoding should be working now.
* Fix https://github.com/flori/json/issues/162 reported by Marc-Andre
  Lafortune <github_rocks@marc-andre.ca>. Thanks!
* Applied patches by Yui NARUSE <naruse@airemix.jp> to suppress
  warning with -Wchar-subscripts and better validate UTF-8 strings.
* Applied patch by ginriki@github to remove unnecessary if.
* Add load/dump interface to JSON::GenericObject to make
  serialize :some_attribute, JSON::GenericObject
  work in Rails active models for convenient
  SomeModel#some_attribute.foo.bar access to serialised JSON data.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-11-20 02:55:08 +00:00
..
depend * ext/json: merge JSON 1.8.1. 2013-11-20 02:55:08 +00:00
extconf.rb * ext/json: Merge 164a75c8bd2007d32c4d7665d53140d8fc126dcd. 2012-03-11 13:36:06 +00:00
parser.c * ext/json: merge JSON 1.7.7. 2013-02-12 03:05:45 +00:00
parser.h * ext/json: Merge 164a75c8bd2007d32c4d7665d53140d8fc126dcd. 2012-03-11 13:36:06 +00:00
parser.rl * ext/json: merge JSON 1.7.7. 2013-02-12 03:05:45 +00:00
prereq.mk * ext/json/parser/prereq.mk: remove trailing spaces. 2011-07-08 07:01:16 +00:00