ruby/ext/json/parser
Jean Boussier ec171b4075 [ruby/json] Move create_addtions logic in Ruby.
By leveraging the `on_load` callback we can move all this logic
out of the parser. Which mean we no longer have to duplicate
that logic in both parser and that we'll later be able to extract
it entirely from the gem.

f411ddf1ce
2025-03-28 12:44:53 +09:00
..
depend Removed parser.rl from ext/json/parser/depend 2025-01-20 16:09:00 +09:00
extconf.rb [ruby/json] Move create_addtions logic in Ruby. 2025-03-28 12:44:53 +09:00
parser.c [ruby/json] Move create_addtions logic in Ruby. 2025-03-28 12:44:53 +09:00