aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/json/decoding.rb
Commit message (Expand)AuthorAgeFilesLines
* Upgrade Rubocop to 0.61.1 and fix offensesVinicius Stock2018-12-101-23/+23
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-2/+2
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-2/+2
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-3/+3
* Use correct timezone when parsing date in jsonGrzegorz Witek2016-01-221-2/+9
* Remove not used `options` argument from `ActiveSupport::JSON.decode`Carlos Antonio da Silva2015-05-131-8/+2
* specify protocol for external linksRobin Neumann2014-10-151-1/+1
* Moved AS::JSON::DATE_REGEX as it's only used for decodingGodfrey Chan2013-11-061-0/+3
* Raise an error when AS::JSON.decode is called with optionsGodfrey Chan2013-10-301-1/+8
* Enabled quirks mode on JSON.parse, fixes broken test in af9caaeGodfrey Chan2013-09-121-1/+1
* Replace JSON.load with JSON.parse, also removed the proc parameterGodfrey Chan2013-09-111-2/+2
* Replace multi_json with jsonErik Michaels-Ober2013-05-111-21/+4
* update AS/json docs [ci skip]Francesco Rodriguez2012-09-141-2/+4
* Document ActiveSupport::JSON.parse_error [ci skip]Mark Rushakoff2012-06-051-0/+8
* add ActiveSupport::JSON.decode documentation [ci skip]Francesco Rodriguez2012-05-281-0/+5
* fixed broken build after multi_json upgradeArun Agrawal2012-04-161-3/+3
* AS Json parse_error makes a return for backwards compatibility, although it w...Josh Kalderimis2011-04-191-0/+4
* removed AS backends and instead rely on MultiJson for json decodingJosh Kalderimis2011-04-181-23/+33
* removes spurious .rb in requireSantiago Pastorino2010-06-131-1/+1
* Disprefer JSONGem decoder since it only decodes JSON objectsJeremy Kemper2010-03-091-1/+1
* Automatically prefer Yajl or JSON backend over Yaml, if availableJeremy Kemper2010-02-051-1/+16
* Clean up spurious JSON decoding test failureJeremy Kemper2009-09-131-0/+2
* Add basic JSON serializer to AMoJoshua Peek2009-06-171-0/+1
* Simplify json decoder backend lazy loadJeremy Kemper2009-06-081-4/+2
* JSON: split encoding and coercionJeremy Kemper2009-06-081-0/+35
* * Add pluggable JSON backends with support for the JSON gem. [rick]rick2009-04-231-82/+0
* stdlib autoloads were hanging on 1.9.1Jeremy Kemper2009-04-221-4/+2
* Autoload YAML and StringScanner for JSON decodingJeremy Kemper2009-04-171-2/+2
* Explicit dependency on String#start_with? extensionJeremy Kemper2009-03-281-3/+5
* Reverted affe50105f7027a44eb6e9cfb56f5b3fc070b19b and added more JSON decodin...Ubiratan Pires Alberton2009-03-111-1/+10
* Remove untested part from 9b9b2937ce3bef3bca9d22821e76c40cc74fa689Pratik Naik2009-03-101-10/+2
* Properly decode \u escape sequences in JSON [#1100 state:resolved] [Tim Pope,...Tim Pope2009-03-101-3/+20
* Ruby 1.9 compat: fix JSON decoding to work properly with multibyte valuesAkira Matsuda2009-02-171-2/+3
* Fix JSON decoder date-converter regexp [#1662 state:resolved] [Jonathan del S...Pratik Naik2009-01-071-1/+1
* Merge docrails.Pratik Naik2008-05-251-1/+1
* remove multiple enumerations from ActiveSupport::JSON#convert_json_to_yaml wh...Rick Olson2007-12-281-5/+8
* Fix JSON encoding/decoding bugs dealing with /'s. Closes #9990 [Rick, theama...Rick Olson2007-10-261-1/+2
* Don't shadow local var with block varJeremy Kemper2007-10-131-1/+1
* JSON decoding Ruby 1.9 compat. Mark a section that's unnecessarily slow.Jeremy Kemper2007-09-291-5/+6
* Decode json strings as Dates/Times if they're using a YAML-compatible format....Rick Olson2007-09-241-5/+18
* Fix JSON decoder with nested quotes and commas. Closes #9579.Jeremy Kemper2007-09-171-4/+9
* Refactor ActiveSupport::JSON to be less obtuse. Add support for JSON decodin...Sam Stephenson2007-03-181-0/+40