ruby/ext/json
Jean Boussier 1c6b36af18
Only define String.json_create & al when json/add is required
All the `json/add` related methods for string were
always defined unconditionally from the generators.

It's preferable to only define them if `json/add` is actually used.
2025-08-04 09:29:53 +09:00
..
fbuffer [ruby/json] fbuffer.c: add debug mode with bound checks. 2025-05-26 11:46:12 +09:00
generator Only define String.json_create & al when json/add is required 2025-08-04 09:29:53 +09:00
lib Only define String.json_create & al when json/add is required 2025-08-04 09:29:53 +09:00
parser [ruby/json] Fix duplicated key warning location 2025-07-28 09:39:12 +09:00
simd [ruby/json] Keep indentation consistent across functions [ci skip] 2025-07-27 16:35:14 +09:00
vendor [ruby/json] Fix: generate_json_float to reserve enough memory for large negative floats. 2025-05-26 11:46:12 +09:00
depend
extconf.rb Restore ext/json/extconf.rb 2024-10-26 18:44:15 +09:00
json.gemspec Use Dir.glob and base keyword arg for the installer of Ruby package 2025-07-01 11:50:11 +09:00