diff options
author | Jean Boussier <[email protected]> | 2020-09-09 15:24:22 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-10-20 21:40:25 +0900 |
commit | 520e0916af0fe53a5ca57269a2bae50cc60e4241 () | |
tree | 0e5b9d615852b0557cc6cd95ce851d59df9d6121 /ext/json/extconf.rb | |
parent | f6680c9ad1b334f094144d788887cd33f7043f41 (diff) |
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.
-rw-r--r-- | ext/json/extconf.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,3 @@ require 'mkmf' create_makefile('json') |