Jean Boussier 9ac37cd626 [ruby/json] generator.c: don't start with a stack buffer in IO case
It was never intended to be initialized with a stack buffer
in that case, as when dumping into an IO we want larger chunks.

https://github.com/ruby/json/commit/996bac686d
2026-06-11 18:46:57 +00:00
..