ruby/ext/json/generator
Jean Boussier ee0de3fd4e [ruby/json] JSON.dump: write directly into the provided IO
Ref: https://github.com/ruby/json/issues/524

Rather than to buffer everything in memory.

Unfortunately Ruby doesn't provide an API to write into
and IO without first allocating a string, which is a bit
wasteful.

f017af6c0a
2024-11-26 15:11:05 +09:00
..
depend Update depend files 2024-11-05 18:00:36 +01:00
extconf.rb [ruby/json] Compile with std=c99 2024-10-26 18:44:15 +09:00
generator.c [ruby/json] JSON.dump: write directly into the provided IO 2024-11-26 15:11:05 +09:00