summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 2.6.3v2.6.3Hiroshi SHIBATA2022-12-051-1/+1
|
* Merge pull request #483 from notEthan/unicode_mixedHiroshi SHIBATA2022-06-141-1/+1
|\ | | | | bugfix json/pure mixing escaped with literal unicode raises Encoding::CompatibilityError
| * fix parsing of unicode, mixing literal characters with escaped, by forcing ↵Ethan2022-02-081-1/+1
| | | | | | | | encoding back to ASCII_8BIT before gsubing back into parse_string result
* | Bump version to 2.6.2Florian Frank2022-05-161-1/+1
|/
* Bump version to v2.6.1v2.6.1Hiroshi SHIBATA2021-10-241-1/+1
|
* Bump JSON::VERSION to 2.6.0.Josef Šimánek2021-10-241-1/+1
|
* Fix some typosRyuta Kamizono2021-04-261-1/+1
|
* Fix incorrect `#` position in API docMasafumi Koba2020-12-231-1/+1
| | | This change fixes an incorrect `#` position in the API documentation of the `JSON` module.
* Bump version to 2.5.1v2.5.1Hiroshi SHIBATA2020-12-221-1/+1
|
* Added backword compatible for < json-2.5Hiroshi SHIBATA2020-12-221-0/+2
|
* Bump version to 2.5.0v2.5.0Hiroshi SHIBATA2020-12-221-1/+1
|
* Workaround for JRubyHiroshi SHIBATA2020-12-221-0/+1
|
* [json] Avoid method redefinitionKenta Murata2020-12-221-9/+9
|
* [json] Make JSON.create_id thread-safeKenta Murata2020-12-221-1/+14
|
* [json] Stop using prototype objectsKenta Murata2020-12-221-8/+13
|
* Bump version to json-2.4.1v2.4.1Hiroshi SHIBATA2020-12-171-1/+1
|
* Update version.rb from rake version taskHiroshi SHIBATA2020-12-171-1/+1
|
* Complex and Rational is embedded classes nowHiroshi SHIBATA2020-11-122-2/+0
|
* Merge pull request #447 from Shopify/global-freeze-optionHiroshi SHIBATA2020-10-201-0/+14
|\ | | | | Implement a freeze: parser option
| * Implement a freeze: parser optionJean Boussier2020-09-151-0/+14
| | | | | | | | | | | | | | If set to true all parsed objects will be immediately frozen, and strings will be deduplicated if the Ruby implementation allows it.
* | Fix an issue with generate_pretty and empty objects in the Ruby and Java ↵Chris Seaton2020-10-071-2/+4
| | | | | | | | implementations
* | Fix JSON.load_file docJean Boussier2020-09-091-3/+3
|/
* Partial compliance with doc/method_documentation.rdocBurdetteLamar2020-08-201-17/+7
|
* Merge pull request #425 from marcandre/fix_pure_parserHiroshi SHIBATA2020-08-141-2/+6
|\ | | | | Fix pure parser with unclosed arrays / objects [Fix #314]
| * Fix pure parser with unclosed arrays / objects [Fix #314]Marc-Andre Lafortune2020-06-301-2/+6
| |
* | Enhanced RDoc for JSON.dump (#443)Burdette Lamar2020-08-141-11/+23
| | | | | | * Enhanced RDoc for JSON.dump
* | Merge pull request #405 from Shopify/escape-slash-2.3.0NARUSE, Yui2020-07-312-7/+26
|\ \ | | | | | | Add an option to escape forward slash character
| * | Add an option to escape forward slash characterJean Boussier2020-07-042-7/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit 26d181059989279a79c433cedcd893b4f52e42ee Author: Francois Chagnon <francois.chagnon@jadedpixel.com> Date: Tue Sep 15 21:17:34 2015 +0000 add config options for escape_slash commit fa282334051b16df91ca097dd7304b46f3bc7719 Author: Francois Chagnon <francois.chagnon@jadedpixel.com> Date: Mon Feb 9 21:09:33 2015 +0000 add forward slash to escape character
* | | Nodoc for recurse_procBurdetteLamar2020-07-291-1/+1
| | |
* | | RDoc for JSON.load with procBurdetteLamar2020-07-281-18/+58
| | |
* | | RDoc example for JSON.loadBurdetteLamar2020-07-042-14/+88
| | |
* | | Enhance RDoc for JSON.parseBurdetteLamar2020-07-031-9/+40
|/ /
* | Merge pull request #430 from BurdetteLamar/masterHiroshi SHIBATA2020-07-022-177/+181
|\ \ | | | | | | Move options from #generate and #parse to common area
| * | Move options from #generate and #parse to common areaBurdetteLamar2020-06-302-177/+181
| |/
* | Bump version to 2.3.1v2.3.1Hiroshi SHIBATA2020-07-011-1/+1
| |
* | Add `load_file` and `load_file!` methods, with tests. Fixes issue #386.Keith Bennett2020-06-301-0/+10
| |
* | Fix alignmentMarc-Andre Lafortune2020-06-301-1/+1
|/
* Added :call-seq: to RDOc for some methodsBurdetteLamar2020-06-281-0/+12
|
* Merge pull request #413 from BurdetteLamar/masterHiroshi SHIBATA2020-06-282-154/+691
|\ | | | | Rdoc enhancements
| * RDoc enhancementsBurdetteLamar2020-06-251-17/+1
| |
| * RDoc enhancementsBurdetteLamar2020-06-252-22/+22
| |
| * RDoc enhancementsBurdetteLamar2020-06-252-28/+3
| |
| * Rdoc enhancementsBurdetteLamar2020-05-062-154/+732
| |
* | Merge pull request #191 from jkanywhere/spell-fixesHiroshi SHIBATA2020-06-252-2/+2
|\ \ | |/ |/| Spelling and grammar fixes for comments.
| * Spelling and grammar fixes for comments.Josh Kline2013-12-282-2/+2
| |
* | Fix examples syntaxzverok2019-12-291-2/+2
| |
* | Enchance generic JSON and #generate docszverok2019-12-292-18/+61
| |
* | Merge pull request #384 from jeremyevans/json-generate-doc-fixSHIBATA Hiroshi2019-12-291-8/+0
|\ \ | | | | | | Remove invalid JSON.generate description from JSON module rdoc
| * | Remove invalid JSON.generate description from JSON module rdocJeremy Evans2019-08-251-8/+0
| | | | | | | | | | | | | | | This text used to be true in older versions of json, but has not been true for a number of years (since json version 2 I think).
* | | Bump versions for 2.3.0.Charles Oliver Nutter2019-12-091-1/+1
| | |