summaryrefslogtreecommitdiff
path: root/lib/json
Commit message (Expand)AuthorAgeFilesLines
* 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-281-92/+312
|\
| * RDoc enhancementsBurdetteLamar2020-06-251-17/+1
| * RDoc enhancementsBurdetteLamar2020-06-251-6/+6
| * RDoc enhancementsBurdetteLamar2020-06-251-26/+1
| * Rdoc enhancementsBurdetteLamar2020-05-061-92/+353
* | 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
* | Enchance generic JSON and #generate docszverok2019-12-291-13/+16
* | 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
* | Fix problem when Parser is defined on top levelFlorian Frank2016-07-011-1/+1
* | And stay thereFlorian Frank2016-06-221-0/+1
* | Fix some merge problemsFlorian Frank2016-06-211-1/+0
* | Support 1.9 ruby's OpenStructFlorian Frank2016-06-211-0/+8
* | Add frozen_string_literal: falseNobuyoshi Nakada2016-06-2118-0/+18
* | Remove useless methodsNobuyoshi Nakada2016-06-211-8/+0
* | Append newline at EOFNobuyoshi Nakada2016-06-211-1/+1
* | Merge pull request #283 from stomar/remove-commentsFlorian Frank2016-06-079-9/+0
|\ \
| * | Remove comments from core classes in json/addMarcus Stollsteimer2016-04-259-9/+0
* | | Move simplecov to test_helper.rbFlorian Frank2016-06-032-14/+2
* | | Treat ASCII_8BIT as UTF-8 by defaultFlorian Frank2016-06-031-2/+4
* | | Only support newer Rubies e. g. EncodingFlorian Frank2016-06-031-101/+47
* | | Test common interfaceFlorian Frank2016-06-031-14/+4
* | | Use better name for this featureFlorian Frank2016-06-021-4/+4
* | | Remove quirks modeFlorian Frank2016-06-023-31/+7
* | | Change rfc referenceFlorian Frank2016-06-022-24/+6
|/ /
* | Merge branch 'v1.8'Florian Frank2016-02-251-2/+10
|\ \
| * | Check for existence of #to_json method before callFlorian Frank2016-02-251-2/+10
| * | Skip 1.8.4Florian Frank2015-10-201-1/+1
| * | Bump version to 1.8.4 and add to CHANGESFlorian Frank2015-09-111-1/+1
* | | Disallow usage of symbolize_names and create_additionsFlorian Frank2015-06-151-2/+6
* | | Refactor tests and make pure parser greenFlorian Frank2015-06-153-45/+28
* | | Remove generate restriction for […]/{…}Florian Frank2015-06-131-7/+0
* | | Remove byte sniffing from Pure::ParserFlorian Frank2015-06-131-33/+1
* | | Move common setup into test_helper.rbFlorian Frank2015-06-131-2/+3
|/ /