ruby/ext/json/generator
Jean Boussier 293ad8a4e9
Fix a compatibility issue with MultiJson.dump(obj, pretty: true)
Fix: https://github.com/ruby/json/issues/748

`MultiJson` pass `State#to_h` as options, and the `as_json`
property defaults to `false` but `false` wasn't accepted by
the constructor.
2025-02-12 13:15:01 +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 Fix a compatibility issue with MultiJson.dump(obj, pretty: true) 2025-02-12 13:15:01 +09:00