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