Add support for `uint64_t` to `json_value`
The JSON parser now supports reading integers larger than `INT64_MAX` (but not larger than `UINT64_MAX`). Additionally, the class `json_value` has new member functions for operating on the unsigned integers: `is_unsigned()` and `to_unsigned()`.
Showing
Please register or sign in to comment