ruby / json

JSON implementation for Ruby
https://ruby.github.io/json
Other
705 stars 332 forks source link

Turn `json_pure` into an empty gem #685

Closed casperisfine closed 3 weeks ago

casperisfine commented 3 weeks ago

Fix: https://github.com/ruby/json/issues/650 Closes: https://github.com/ruby/json/pull/682

cc @eregon @earlopain

eregon commented 3 weeks ago

I didn't realize this would mean removing lib/json/pure/parser.rb but I think it makes sense, no point to maintain another backend if it's not used in any case.

We could have kept require 'json/pure' to require the pure generator & parser, but I suppose there is very limited value/use cases for that.