aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/object/json.rb
Commit message (Expand)AuthorAgeFilesLines
* Eliminate `JSON.{parse,load,generate,dump}` and `def to_json`Godfrey Chan2013-11-051-1/+1
* Fixed Object#as_json and Struct#as_json with optionsGodfrey Chan2013-11-051-3/+3
* Require time before monkey-patching itRobin Dupret2013-10-311-0/+1
* Require bigdecimal before monkey-patching itRobin Dupret2013-10-311-0/+1
* Moved all JSON core extensions into core_ext/object/jsonGodfrey Chan2013-09-131-0/+216