ruby / json

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

Cleanup useless ifdef #587

Closed casperisfine closed 4 months ago

casperisfine commented 4 months ago

The json gem now requires Ruby 2.3, so there is no point keeping compatibility code for older releases that don't have the TypedData API.

cc @hsbt