aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/json/backends/jsongem.rb
Commit message (Expand)AuthorAgeFilesLines
* Ruby 1.9.2: work around changes to flatten and nil.to_strJeremy Kemper2009-11-081-9/+12
* Clean up spurious JSON decoding test failureJeremy Kemper2009-09-131-3/+2
* load the JSON Backend lazily. If the JSON gem is already loaded, use the JSO...rick2009-05-171-1/+3
* Add support for parsing XML and JSON from an IO as well as a string [#2659 st...Brian Lopez2009-05-171-1/+4
* * Add pluggable JSON backends with support for the JSON gem. [rick]rick2009-04-231-0/+36