This commit is contained in:
nlohmann
2026-08-25 06:17:22 +00:00
parent 66e5a65087
commit 834c855608
264 changed files with 568 additions and 519 deletions
+5
View File
@@ -45,6 +45,11 @@ The exact mapping and its limitations are described on a [dedicated page](../../
Strong guarantee: if an exception is thrown, there are no changes in the JSON value.
## Exceptions
- Throws [`other_error.502`](../../home/exceptions.md#jsonexceptionother_error502) if `use_type` is true and `use_size`
is false.
## Complexity
Linear in the size of the JSON value `j`.