aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/json/backends
Commit message (Expand)AuthorAgeFilesLines
* Fix Yajl backend discovery in ActiveSupport::JSONMaxime RETY2010-06-181-1/+1
* Add yajl-ruby as a JSON parsing backendBrian Lopez2010-02-051-0/+40
* 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-132-8/+3
* Fix that JSON parser fails to read escaped backslashes.Daniel Sheppard2009-08-091-1/+4
* Fixed a bug in JSON decoding with Yaml backend, where a combination of dates,...Bas Van Klinkenberg2009-08-081-7/+10
* load the JSON Backend lazily. If the JSON gem is already loaded, use the JSO...rick2009-05-172-2/+6
* Add support for parsing XML and JSON from an IO as well as a string [#2659 st...Brian Lopez2009-05-172-2/+8
* * Add pluggable JSON backends with support for the JSON gem. [rick]rick2009-04-232-0/+119