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
+4
View File
@@ -44,6 +44,10 @@ The exact mapping and its limitations are described on a [dedicated page](https:
Strong guarantee: if an exception is thrown, there are no changes in the JSON value.
## Exceptions
- Throws [`other_error.502`](https://json.nlohmann.me/home/exceptions/#jsonexceptionother_error502) if `use_type` is true and `use_size` is false.
## Complexity
Linear in the size of the JSON value `j`.