Experimental JsonReader::next_number_int
#167
Marcono1234
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Based on #158 Struson 0.8 will include a new experimental method
JsonReader::next_number_int. This method is intended for parsing integer JSON numbers and can be potentially more performant thannext_numberornext_number_as_str.This discussion here is for collecting your feedback on this new method, for example:
next_number_u64, ... would be better?)Any feedback is appreciated! Ideally also with a bit of context on your use case.
This helps deciding whether to stabilize the method or how to refactor and improve it.
All reactions