aboutsummaryrefslogtreecommitdiffstats
path: root/test/json
Commit message (Expand)AuthorAgeFilesLines
* Prepare to release json-2.5.0Hiroshi SHIBATA2020-12-222-6/+2
* [json] Make json Ractor safeKenta Murata2020-12-211-0/+34
* [json] Stop using prototype objectsKenta Murata2020-12-211-36/+3
* SortedSet was removed at a3db08d7b6ff119223f77e3df00b4f6deac971e2Hiroshi SHIBATA2020-12-041-4/+0
* test/json/json_parser_test.rb: suppress warningsYusuke Endoh2020-10-211-2/+2
* strip trailing spaces [ci skip]Nobuyoshi Nakada2020-10-201-1/+1
* Fix an issue with generate_pretty and empty objects in the Ruby and Java impl...Chris Seaton2020-10-201-0/+5
* Implement a freeze: parser optionJean Boussier2020-10-201-0/+21
* Remove unneeded `begin` and `end`Kazuhiro NISHIYAMA2020-09-301-6/+4
* Fix `Leaked tempfile`sKazuhiro NISHIYAMA2020-09-301-15/+3
* Remove unnecessary executable bit [ci skip]Kazuhiro NISHIYAMA2020-09-281-0/+0
* t/json/json_common_interface_test.rb: fix wrong indentationYusuke Endoh2020-09-251-1/+1
* Extract assert assertion to assert_include and assert_not_include.Hiroshi SHIBATA2020-09-251-1/+2
* assert_true is not provided by test-unitHiroshi SHIBATA2020-09-251-1/+1
* Fix pure parser with unclosed arrays / objects [Fix #314]Marc-Andre Lafortune2020-09-254-0/+4
* [test] properly 'skip' test on JRubyKarol Bucek2020-09-251-2/+1
* [flori/json] Add `load_file` and `load_file!` methods, with tests. Fixes ...Keith Bennett2020-09-251-0/+56
* Add an option to escape forward slash characterJean Boussier2020-09-252-0/+11
* test/json/json_fixtures_test.rb: Prevent an "out of range" warningYusuke Endoh2020-07-031-0/+3
* Reintroduce c565dfb09ad7d55fa671f65cea7088a914bf1931Yusuke Endoh2020-07-031-3/+3
* Merge json-2.3.1 from flori/jsonHiroshi SHIBATA2020-07-011-3/+3
* [flori/json] Fix test that wasn't testing anythingMarc-Andre Lafortune2020-07-011-1/+6
* test/json/test_helper.rb: Do not add a relative path to $LOAD_PATHYusuke Endoh2020-03-241-3/+3
* Import json-2.3.0 from flori/jsonHiroshi SHIBATA2019-12-121-0/+1
* Skip useless testNobuyoshi Nakada2019-11-291-1/+1
* Look up constant instead of caching in a globalAaron Patterson2019-10-171-0/+37
* [flori/json] fix test as reported in #343Florian Frank2019-10-141-1/+1
* [flori/json] Fixed unexpected illegal/malformed utf-8 errorNobuyoshi Nakada2019-10-141-0/+6
* Ignore warnings about ambiguous first argument with the negative integer.Hiroshi SHIBATA2019-06-011-12/+12
* Ignore warnings about ambiguous first argument of regexp with assert match.Hiroshi SHIBATA2019-06-011-3/+3
* Merge json-2.2.0 from flori/json.hsbt2019-02-232-4/+10
* Fix JSON::Parser against bigdecimal updatesmrkn2018-12-021-2/+2
* require 'bigdecimal'ko12017-06-161-0/+1
* Merge json-2.1.0 from https://github.com/flori/jsonhsbt2017-06-161-0/+5
* Use `assert_raise` instead of `assert_raises`.hsbt2017-04-121-2/+2
* Merge json-2.0.4.hsbt2017-04-122-0/+2
* json_generator_test.rb: no Bignumnobu2016-09-091-2/+3
* * ext/json/*, test/json/json_parser_test.rb: Update json-2.0.2.hsbt2016-08-011-1/+19
* * test/json/json_common_interface_test.rb: use assert_raise instead ofhsbt2016-07-131-3/+3
* * test/lib/test/unit.rb: added test files with `_test` suffix for jsonhsbt2016-07-1311-62/+35
* * ext/json/*, test/json/*: Update json-2.0.1.hsbt2016-07-0514-755/+780
* Use Integer instead of Fixnum and Bignum.akr2016-05-171-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-169-0/+9
* use assert_raisenobu2015-10-305-54/+54
* generator.c: allocate structs with wrappernobu2015-05-281-0/+13
* parser.rl: allocate structs with wrappernobu2015-05-281-0/+13
* parser.rl: rb_enc_raisenobu2015-04-181-0/+10
* * ext/json/*, test/json/*: Reverted r50231. Because it's not works withhsbt2015-04-1240-0/+1486
* * ext/json/*, test/json/*, defs/default_gems: Gemify JSON library.hsbt2015-04-1140-1486/+0
* generator.c: fix infinite recursionnobu2015-02-111-0/+10