Jean Boussier cd8902cce8 [ruby/json] Deprecate JSON::State#[] and JSON::State#[]=
This prevent from freezing and sharing state instances.

If you needs some sort of arguments or extra state to the generator
methods, consider using `JSON::Coder` instead.

https://github.com/ruby/json/commit/e9fbc8937f
2025-11-07 09:02:47 +00:00
..