ruby/ext/json/lib
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
..
json Only define String.json_create & al when json/add is required 2025-08-04 09:29:53 +09:00
json.rb [ruby/json] Deprecate duplicate keys in object 2025-06-24 12:10:50 +09:00