Closed YuheiNakasaka closed 1 week ago
ref: #499
Fixed an inefficiency in the JSON.[] method where to_str was being called twice unnecessarily.
JSON.[]
to_str
ref: #499
Fixed an inefficiency in the
JSON.[]
method whereto_str
was being called twice unnecessarily.Changes
JSON.[]
method to reuse the converted string instead of callingto_str
again