aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/json
Commit message (Expand)AuthorAgeFilesLines
* BigDecimal string wrapping in JSON serialization can now be opted-out, fixes ...David FRANCOIS2012-05-021-1/+14
* JSON: encode BigDecimal NaN/Infinity as null.Sebi Burkhard2012-05-011-1/+3
* Merge pull request #2532 from hasclass/as_json__encode_infinite_and_nan_float...Piotr Sarnacki2012-04-301-0/+4
|\
| * JSON: Encode infinite or NaN floats as null to generate valid JSON.Sebi Burkhard2011-08-151-0/+4
* | fixed broken build after multi_json upgradeArun Agrawal2012-04-161-3/+3
* | Replaced OrderedHash usage with Ruby 1.9 HashUddhava2012-02-091-3/+1
* | fixes in api docsVijay Dev2012-01-131-2/+2
* | Remove Array.wrap calls in ActiveSupportRafael Mendonça França2012-01-061-3/+2
* | use #to_s to convert Range to jsonSergey Nartimov2012-01-011-0/+4
* | remove checks for encodings availabilitySergey Nartimov2011-12-251-5/+3
* | Revert "Implement ArraySerializer and move old serialization API to a new nam...José Valim2011-11-301-1/+1
* | Implement ArraySerializer and move old serialization API to a new namespace.José Valim2011-11-231-4/+4
* | Set the default options value for as_json in the encoder object.José Valim2011-09-301-2/+2
|/
* Removed deprecated methods and related tests from ActiveSupportJosh Kalderimis2011-05-251-3/+0
* Use set data structure to speed up circular reference checks on large/deeply ...Andy Lindeman2011-05-231-4/+4
* add missing require for ordered_hash dependencyCorin Langosch2011-05-111-0/+1
* Merge pull request #248 from bigfix/enumerable_as_jsonJosé Valim2011-05-071-1/+3
|\
| * Enumerable should pass encoding options to children in #as_json/#to_json.John Firebaugh2011-04-011-1/+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-184-227/+33
|/
* parse dates to yaml in json arraysDiego Carrion2011-03-221-2/+2
* test json decoding with time parsing disabled with all backends and respect A...Diego Carrion2011-03-221-3/+5
* Updated the json date regex to recognize xmlschema formatted date times durin...Josh Kalderimis2011-02-121-1/+1
* Fixes an issue when decoding a json string which looks like a date but is inv...Josh Kalderimis2011-02-113-3/+21
* Fix JSON decoding of newline character with Yaml backend [#3479 state:resolved]Maxime RETY2011-02-021-2/+6
* use ! " " YAML string literal syntax rather than removing both quotesAaron Patterson2011-01-211-4/+4
* Complex struct encoding fixAlexey Nayden2011-01-151-0/+6
* add Psych::SyntaxError to the list of rescued YAML exceptionsAaron Patterson2011-01-041-1/+8
* Perf: speed up json encoding.Emilio Tagua2010-09-221-3/+2
* fixed some issues with JSON encodingJakub Suder2010-09-071-6/+44
* Removes unused varsSantiago Pastorino2010-07-241-1/+1
* Move Date#xmlschema to conversions and add a missing requireSantiago Pastorino2010-07-041-0/+2
* Time#formatted_offset is defined in core_ext/time/conversionsSantiago Pastorino2010-07-021-0/+1
* Time#as_json: use Time#formatted_offset instead of strftime %z directive, whi...Geoff Buesing2010-07-021-1/+1
* Time has it own implementation of xmlschema, now AMo doesn't depend on TZInfoSantiago Pastorino2010-07-021-2/+2
* AS json refactor, move to_json implementation to core_ext and a cleanup a bit...Santiago Pastorino2010-07-012-35/+8
* Work around the fact the JSON gem was overwriting to_json implementation for ...José Valim2010-06-261-5/+14
* Fix Yajl backend discovery in ActiveSupport::JSONMaxime RETY2010-06-181-1/+1
* removes spurious .rb in requireSantiago Pastorino2010-06-131-1/+1
* adds a comment explaining why BigDecimal#as_json returns a JSON stringXavier Noria2010-05-031-1/+9
* Missing require added make pass activesupport/test/json/encoding_test.rb in i...Santiago Pastorino2010-05-021-0/+1
* use ordinary syntax for options to be well-formed in 1.8Xavier Noria2010-04-271-1/+1
* JSON: encode objects that don't have a native JSON representation using to_ha...Jeremy Kemper2010-04-261-5/+19
* 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
* Add yajl-ruby as a JSON parsing backendBrian Lopez2010-02-051-0/+40
* Changed the default ActiveSupport.use_standard_json_time_format from false to...David Heinemeier Hansson2010-01-031-1/+2
* Fix ActiveSupport::JSON encoding of control characters [\x00-\x1f]Dwayne Litzenberger2009-12-231-2/+11
* Repair time dependenciesJeremy Kemper2009-11-141-1/+1
* Ruby 1.9.2: work around changes to flatten and nil.to_strJeremy Kemper2009-11-081-9/+12