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
Many third-party APIs quote numeric values as strings, e.g., {"x": "1.2345"}. Would it be possible to add (or is there already?) a way to efficiently parse these values to Float64 or any other base numeric type without having to first parse an intermediate String representation?
The text was updated successfully, but these errors were encountered:
Many third-party APIs quote numeric values as strings, e.g.,
{"x": "1.2345"}
. Would it be possible to add (or is there already?) a way to efficiently parse these values toFloat64
or any other base numeric type without having to first parse an intermediateString
representation?The text was updated successfully, but these errors were encountered: