summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [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 optionJean Boussier2020-09-151-0/+14
* | Fix an issue with generate_pretty and empty objects in the Ruby and Java impl...Chris Seaton2020-10-071-2/+4
* | 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]Marc-Andre Lafortune2020-06-301-2/+6
* | Enhanced RDoc for JSON.dump (#443)Burdette Lamar2020-08-141-11/+23
* | Merge pull request #405 from Shopify/escape-slash-2.3.0NARUSE, Yui2020-07-312-7/+26
|\ \
| * | Add an option to escape forward slash characterJean Boussier2020-07-042-7/+26
* | | 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 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 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.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 rdocJeremy Evans2019-08-251-8/+0
* | | Bump versions for 2.3.0.Charles Oliver Nutter2019-12-091-1/+1
* | | Merge branch 'zenspider/ruby-2.7' of https://github.com/zenspider/json into z...Hiroshi SHIBATA2019-11-292-2/+11
|\ \ \
| * | | Fix warning from trying to access an uninitialized ivar.Ryan Davis2019-11-271-1/+2
| * | | Minor cleanup for ruby 2.7 warnings and failures.Ryan Davis2019-11-272-3/+12
| |/ /
* | | Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans2019-10-311-2/+2
|/ /
* | Pass args all #to_json in json/add/*.Sho Hashimoto2019-04-294-8/+8
* | Bump version to 2.2.0Florian Frank2019-02-211-1/+1
* | Fix a typo.Sho Hashimoto2019-02-211-1/+1
* | JSON marshalling support for Set and SortedSetJosh Kline2017-10-041-0/+29
* | Merge decimal_class patch by Michael JaschobFlorian Frank2016-09-232-2/+6
* | Correct documentation of OpenStruct.json_createKouhei Yanagita2016-08-301-1/+1
* | Fix issue #296 when parsing frozen stringsFlorian Frank2016-07-261-1/+1
* | Bump version to 2.0.1v2.0.1Florian Frank2016-07-011-1/+1