Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Efficient parsing of quoted numbers? #25

Open
robsmith11 opened this issue Mar 8, 2021 · 0 comments
Open

Efficient parsing of quoted numbers? #25

robsmith11 opened this issue Mar 8, 2021 · 0 comments

Comments

@robsmith11
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant