mirror of
https://github.com/nlohmann/json.git
synced 2026-04-29 19:29:26 +00:00
Support BSON uint64 de/serialization (#4590)
* Support BSON uint64 de/serialization Signed-off-by: Michael Valladolid <mikevalladolid@gmail.com> * Treat 0x11 as uint64 and not timestamp specific Signed-off-by: Michael Valladolid <mikevalladolid@gmail.com> --------- Signed-off-by: Michael Valladolid <mikevalladolid@gmail.com>
This commit is contained in:
committed by
GitHub
parent
1809b3d800
commit
2d42229f4d
@@ -839,7 +839,7 @@ A parsed number could not be stored as without changing it to NaN or INF.
|
||||
|
||||
### json.exception.out_of_range.407
|
||||
|
||||
UBJSON and BSON only support integer numbers up to 9223372036854775807.
|
||||
UBJSON only support integer numbers up to 9223372036854775807.
|
||||
|
||||
!!! failure "Example message"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user