summaryrefslogtreecommitdiff
path: root/test/json
AgeCommit message (Expand)Author
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
2025-03-27Removed trailing spacesHiroshi SHIBATA
2025-03-27Faster integer formattingeno
2025-03-27[ruby/json] Deprecate all `*_default_options`Jean Boussier
2025-03-24[ruby/json] Adjust fpconv to add ".0" to integerseno
2025-03-12[ruby/json] Raise a ParserError on all incomplete unicode escape sequence.Jean Boussier
2025-03-06[ruby/json] Fix JSON::GeneratorError#detailed_message with Ruby < 3.2Rahim Packir Saibo
2025-02-27[ruby/json] Ensure parser error snippets are valid UTF-8Jean Boussier
2025-02-12Fix a compatibility issue with `MultiJson.dump(obj, pretty: true)`Jean Boussier
2025-02-06Optimize Symbol generation in strict modeÉtienne Barrié
2025-02-06Fix JSON::Coder to call as_json proc for NaN and InfinityÉtienne Barrié
2025-02-03[ruby/json] Refactor convert_UTF8_to_JSON to split searching and escaping codeJean Boussier
2025-01-28Allow JSON::Fragment to be used even in strict modeJean Boussier
2025-01-28Introduce JSON::CoderÉtienne Barrié
2025-01-20[ruby/json] Reject invalid number: `-` `-.1` `-e0`tompng
2025-01-20[ruby/json] Raise parse error on invalid commentstompng
2025-01-20[ruby/json] Fix parsing incomplete unicode escape "\uaaa"tompng
2025-01-20[ruby/json] Introduce JSON::FragmentÉtienne Barrié
2025-01-20[ruby/json] Fix a regression in the parser with leading /Jean Boussier
2025-01-20Finalize Kevin's handrolled parser.Jean Boussier
2025-01-16[ruby/json] Refactor JSONFixturesTestJean Boussier
2025-01-14[ruby/json] Refactor JSON::Ext::Parser to split configuration and parsing stateJean Boussier
2025-01-08Refactor to omit JSON::GenericObject testsHiroshi SHIBATA
2024-12-05[ruby/json] Fix generate(script_safe: true) to not confuse unrelated charactersJean Boussier
2024-11-26JSON::GeneratorError expose invalid objectJean Boussier
2024-11-26[ruby/json] JSON.dump: write directly into the provided IOJean Boussier
2024-11-11[ruby/json] Fix $VERBOSE restorePeter Zhu
2024-11-11[ruby/json] JSON.load_file: explictly load the file as UTF-8Jean Boussier
2024-11-06[ruby/json] Categorize deprecated warningNobuyoshi Nakada
2024-11-05[ruby/json] Appease ruby/ruby CIJean Boussier
2024-11-05[ruby/json] Strip whitespacesJean Boussier
2024-11-05[ruby/json] ResyncJean Boussier
2024-11-05[ruby/json] Re-enable passing testBenoit Daloze
2024-11-05[ruby/json] Add tests for the behavior of JSON.generate with base types subcl...Jean Boussier
2024-11-05[ruby/json] JSON::Ext::Parser mark the name cache entries when not on the heapJean Boussier
2024-11-01JSON.generate: call to_json on String subclassesJean Boussier
2024-11-01[ruby/json] Emit warnings when dumping binary stringsJean Boussier
2024-11-01Deprecate unsafe default options of `JSON.load`Jean Boussier
2024-11-01Elide Generator::State allocation until a `to_json` method has to be calledJean Boussier