1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-28 12:02:00 +03:00

🚧 support for UBJSON high-precision numbers #2286

This commit is contained in:
Niels Lohmann
2020-07-20 13:12:20 +02:00
parent 7cf2fe149c
commit 7360e09830
5 changed files with 81 additions and 18 deletions

View File

@ -7686,6 +7686,7 @@ class basic_json
int16 | number_integer | `I`
int32 | number_integer | `l`
int64 | number_integer | `L`
high-precision number | number_integer, number_unsigned, or number_float - depends on number string | 'H'
string | string | `S`
char | string | `C`
array | array (optimized values are supported) | `[`