Closed byroot closed 3 weeks ago
This is somewhat dead code as unless you are using JSON::Parser.new direcltly we never allocate JSON::Ext::Parser anymore.
JSON::Parser.new
JSON::Ext::Parser
But still, we should mark all its reference in case some code out there uses that.
Followup: #675
This is somewhat dead code as unless you are using
JSON::Parser.new
direcltly we never allocateJSON::Ext::Parser
anymore.But still, we should mark all its reference in case some code out there uses that.
Followup: #675