VinceGuidry

Results 1 comments of VinceGuidry

The core behavior in Ruby seems to have changed, use `create_additions` option on `JSON.parse` ``` JSON.parse(str, create_additions: true) ```