aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/json/decoding.rb
Commit message (Expand)AuthorAgeFilesLines
* 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