aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/json/encoders/hash.rb
Commit message (Expand)AuthorAgeFilesLines
* JSON: split encoding and coercionJeremy Kemper2009-06-081-51/+0
* Now that we have a separate internal rails_to_json, use a separate circular r...Jeremy Kemper2009-04-261-2/+2
* Privatize rails_to_jsonJeremy Kemper2009-04-261-43/+44
* Only Object to_json alias is needed. Prefer nil options.Jeremy Kemper2009-04-261-7/+7
* * Add pluggable JSON backends with support for the JSON gem. [rick]rick2009-04-231-3/+5
* Explicit dependency on Array#wrap extensionJeremy Kemper2009-03-281-0/+2
* Use Array.wrap, remove unneeded returning blockJeremy Kemper2009-02-061-10/+9
* Properly quote json keys.Michael Koziarski2009-01-161-2/+2
* Improve documentation.Pratik Naik2008-03-261-6/+3
* Document Enumerable and Hash #to_json. Add test for hash with integer key. Cl...Jeremy Kemper2007-10-241-0/+32
* Hash#to_json takes :only or :except options to specific or omit certain hash ...Jeremy Kemper2007-10-041-3/+11
* Fixed JSON encoding to use quoted keys according to the JSON standard (closes...David Heinemeier Hansson2007-09-301-2/+0
* Refactor ActiveSupport::JSON to be less obtuse. Add support for JSON decodin...Sam Stephenson2007-03-181-0/+12