ruby/ext/json/extconf.rb
Jean Boussier 520e0916af
Implement a freeze: parser option
If set to true all parsed objects will be
immediately frozen, and strings will be
deduplicated if the Ruby implementation
allows it.
2020-10-20 21:40:25 +09:00

4 lines
40 B
Ruby

require 'mkmf'
create_makefile('json')