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