ruby / json

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

Fix redundant to_str call in JSON.[] method #706

Closed YuheiNakasaka closed 1 week ago

YuheiNakasaka commented 1 week ago

ref: #499

Fixed an inefficiency in the JSON.[] method where to_str was being called twice unnecessarily.

Changes