You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I see this JSONString::from(some_json_value) I read it as "turning a JSON value back into a string". Why don't we name JSONStringJSONWrapper like we do for BigIntWrapper? Much less ambiguous and confusing.
The text was updated successfully, but these errors were encountered:
When I see this
JSONString::from(some_json_value)
I read it as "turning a JSON value back into a string". Why don't we nameJSONString
JSONWrapper
like we do forBigIntWrapper
? Much less ambiguous and confusing.The text was updated successfully, but these errors were encountered: