summaryrefslogtreecommitdiff
path: root/test/json
AgeCommit message (Expand)Author
2024-01-31[flori/json] Make OpenStruct support as optionalHiroshi SHIBATA
2023-12-05[flori/json] cosmeticsHiroshi SHIBATA
2023-12-05[flori/json] The modern Ruby uses utf-8 encodings by defaultHiroshi SHIBATA
2023-12-05[flori/json] Fix JSON.dump overload combinationtompng
2023-12-05[flori/json] Overload kwargs in JSON.dumpTakashi Kokubun
2023-12-05[flori/json] JSON.dump: handle unenclosed hashes regressionJean Boussier
2023-12-01lib/helper only needs on flori/json repoHiroshi SHIBATA
2023-12-01Manually merged from flori/jsonHiroshi SHIBATA
2023-12-01Rename escape_slash in script_safe and also escape E+2028 and E+2029Jean Boussier
2023-12-01[flori/json] Fix "unexpected token" offset for InfinityJohn Hawthorn
2023-12-01[flori/json] tests/ractor_test.rb: make assert_separately availableLucas Kanashiro
2023-10-11[flori/json] skip TruffleRubyHiroshi SHIBATA
2023-10-11[flori/json] define_method is also private at Ruby 2.3 and 2.4Hiroshi SHIBATA
2023-10-11[flori/json] remove_method of Module is private at Ruby 2.3 and 2.4Hiroshi SHIBATA
2023-09-13Fixup 1851824b1c7b816e41b567b5310bb18ab6f9ff7aHiroshi SHIBATA
2023-09-13[flori/json] alias_method is private on Ruby 2.3 and 2.4Hiroshi SHIBATA
2023-09-05Prevent a warning: method redefined; discarding old includedYusuke Endoh
2023-09-05[flori/json] Removed code for Ruby 1.8Hiroshi SHIBATA
2023-08-28Remove --disable-gems in assert_in_out_errPeter Zhu
2023-08-25Use require_relative in JSON testsTakashi Kokubun
2023-07-18[flori/json] Skip BigDecimal tests when it's missing to loadHiroshi SHIBATA
2023-07-18[flori/json] Skip unsupported test on JRubyNobuyoshi Nakada
2023-05-24[flori/json] Call `super` in `included` hookUfuk Kayserilioglu
2022-07-29[flori/json] test parsing of unicode, mixing literal characters with escapedEthan
2022-05-20[flori/json] Fix parser bug for empty string allocationAndrew Bromwich
2022-05-20[flori/json] Remove unknown keyword arg from DateTime.parseCharles Oliver Nutter
2020-12-22Prepare to release json-2.5.0Hiroshi SHIBATA
2020-12-21[json] Make json Ractor safeKenta Murata
2020-12-21[json] Stop using prototype objectsKenta Murata
2020-12-04SortedSet was removed at a3db08d7b6ff119223f77e3df00b4f6deac971e2Hiroshi SHIBATA
2020-10-21test/json/json_parser_test.rb: suppress warningsYusuke Endoh
2020-10-20strip trailing spaces [ci skip]Nobuyoshi Nakada
2020-10-20Fix an issue with generate_pretty and empty objects in the Ruby and Java impl...Chris Seaton
2020-10-20Implement a freeze: parser optionJean Boussier
2020-09-30Remove unneeded `begin` and `end`Kazuhiro NISHIYAMA
2020-09-30Fix `Leaked tempfile`sKazuhiro NISHIYAMA
2020-09-28Remove unnecessary executable bit [ci skip]Kazuhiro NISHIYAMA
2020-09-25t/json/json_common_interface_test.rb: fix wrong indentationYusuke Endoh
2020-09-25Extract assert assertion to assert_include and assert_not_include.Hiroshi SHIBATA
2020-09-25assert_true is not provided by test-unitHiroshi SHIBATA
2020-09-25Fix pure parser with unclosed arrays / objects [Fix #314]Marc-Andre Lafortune
2020-09-25[test] properly 'skip' test on JRubyKarol Bucek
2020-09-25[flori/json] Add `load_file` and `load_file!` methods, with tests. Fixes ...Keith Bennett
2020-09-25Add an option to escape forward slash characterJean Boussier
2020-07-03test/json/json_fixtures_test.rb: Prevent an "out of range" warningYusuke Endoh
2020-07-03Reintroduce c565dfb09ad7d55fa671f65cea7088a914bf1931Yusuke Endoh
2020-07-01Merge json-2.3.1 from flori/jsonHiroshi SHIBATA
2020-07-01[flori/json] Fix test that wasn't testing anythingMarc-Andre Lafortune
2020-03-24test/json/test_helper.rb: Do not add a relative path to $LOAD_PATHYusuke Endoh
2019-12-12Import json-2.3.0 from flori/jsonHiroshi SHIBATA