aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/json/decoding.rb
Commit message (Expand)AuthorAgeFilesLines
* remove multiple enumerations from ActiveSupport::JSON#convert_json_to_yaml wh...Rick Olson2007-12-281-5/+8
* Fix JSON encoding/decoding bugs dealing with /'s. Closes #9990 [Rick, theama...Rick Olson2007-10-261-1/+2
* Don't shadow local var with block varJeremy Kemper2007-10-131-1/+1
* JSON decoding Ruby 1.9 compat. Mark a section that's unnecessarily slow.Jeremy Kemper2007-09-291-5/+6
* Decode json strings as Dates/Times if they're using a YAML-compatible format....Rick Olson2007-09-241-5/+18
* Fix JSON decoder with nested quotes and commas. Closes #9579.Jeremy Kemper2007-09-171-4/+9
* Refactor ActiveSupport::JSON to be less obtuse. Add support for JSON decodin...Sam Stephenson2007-03-181-0/+40