summaryrefslogtreecommitdiff
path: root/test/json
AgeCommit message (Expand)Author
2025-09-19`JSON::Coder` callback now recieve a second argument to mark object keyssync-gemsJean Boussier
2025-09-19[ruby/json] Avoid scientific notation before exponent 15Jean Boussier
2025-09-19[ruby/json] fix issue reading off the end of the ByteBuffer if ptr > 0Scott Myron
2025-09-19[ruby/json] Only enable test coverage when running the test suite standaloneJean Boussier
2025-09-19[ruby/json] Add branch test coverage when available. Force track all files to...Robin Miller
2025-09-19[ruby/json] parser: Reject invalid surogate pairs more consistently.Jean Boussier
2025-09-17Revert "Handle `uninitialized constant JSON::GenericObject` at ruby/ruby."Hiroshi SHIBATA
2025-09-16[ruby/json] Better handle missing ostructÉtienne Barrié
2025-09-12[ruby/json] Enable coverage before loading simplecovJean Boussier
2025-09-11Handle `uninitialized constant JSON::GenericObject` at ruby/ruby.Hiroshi SHIBATA
2025-09-11[ruby/json] Improve test coverageÉtienne Barrié
2025-09-11[ruby/json] Stop checking for String#@-Étienne Barrié
2025-09-11[ruby/json] Change invalid encoding test to use assert_raiseÉtienne Barrié
2025-09-11[ruby/json] Fix deprecation warning backtraceÉtienne Barrié
2025-09-11[ruby/json] Fix JSON::GenericObject testsÉtienne Barrié
2025-09-11[ruby/json] Enable test coverage when simplecov is availableÉtienne Barrié
2025-09-03Use Time.new because JSON.unsafe_load losts fractions of a second andHiroshi SHIBATA
2025-09-03[ruby/json] Added testing for JSON.unsafe_load. Fixes NoMethodErrorRobin Miller
2025-09-03[ruby/json] Ensure the SWAR encoder in the java extension checks every byte.Scott Myron
2025-08-27JSON.generate: warn or raise on duplicated keyJean Boussier
2025-08-27Fix `JSON::Coder` to cast non-string keys.Jean Boussier
2025-08-27Fix `JSON.generate` `strict: true` mode to also restrict hash keysJean Boussier
2025-08-27[ruby/json] Silence ractor experimental warningsJean Boussier
2025-08-27[ruby/json] Remove too big Float from fixture to avoid warningÉtienne Barrié
2025-08-27[ruby/json] Test behavior of parsing a too big FloatÉtienne Barrié
2025-08-18Fix typosDouglas Eichelberger
2025-07-28[ruby/json] Fix duplicated key warning locationJean Boussier
2025-07-28[ruby/json] Improve duplicate key warning and errors to include the key nameJean Boussier
2025-06-30Optimize 'json_parse_string' using SIMD.Scott Myron
2025-06-24[ruby/json] Deprecate duplicate keys in objectJean Boussier
2025-06-03[ruby/json] Update `JSONInRactorTest` to handle Ruby 3.5 Ractors.Jean Boussier
2025-05-31`Ractor::Port`Koichi Sasada
2025-05-26[ruby/json] Fix: generate_json_float to reserve enough memory for large negat...Jean Boussier
2025-05-19[ruby/json] Update json_encoding_test.rbGrant Birkinbine
2025-05-19[ruby/json] fix for pretty_generate throwing wrong number of arguments errorCody Horton
2025-05-13[ruby/json] Further improve parsing errorsJean Boussier
2025-05-13[ruby/json] parser.c: include line and column in error messagesJean Boussier
2025-05-12[ruby/json] Favor decimal notation over scientific notation for floatsJean Boussier
2025-04-30[ruby/json] Introduce ARM Neon and SSE2 SIMD.Scott Myron
2025-04-30[ruby/json] Handle non-string keys returning immediate values via `to_s`Jean Boussier
2025-04-30[ruby/json] Stop caching the generator state pointerJean Boussier
2025-03-31[ruby/json] Remove caller location assertionsJean Boussier
2025-03-31Revert "Relax assertion pattern for ruby repo"Hiroshi SHIBATA
2025-03-28Relax assertion pattern for ruby repoHiroshi SHIBATA
2025-03-28[ruby/json] Add missing assert_deprecated_warningJean Boussier
2025-03-28[ruby/json] Move `create_addtions` logic in Ruby.Jean Boussier
2025-03-28[ruby/json] JSON.load invoke the proc callback directly from the parser.Jean Boussier
2025-03-28[ruby/json] Remove `Class#json_creatable?` monkey patch.Jean Boussier
2025-03-28[ruby/json] Cleanup JSON.pretty_generateJean Boussier
2025-03-28[ruby/json] Deprecate `JSON.fast_generate`Jean Boussier