-
I noticed that parsing |
Beta Was this translation helpful? Give feedback.
Answered by
nlohmann
Jul 8, 2021
Replies: 1 comment 4 replies
-
Number handling is described in https://json.nlohmann.me/features/types/number_handling/ - apparently, |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
nlohmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Number handling is described in https://json.nlohmann.me/features/types/number_handling/ - apparently,
-0
is allowed, but is treated like0
by this library. What would you expect instead?