1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-29 23:01:16 +03:00

📝 fix and extend documentation of discarded values

This commit is contained in:
Niels Lohmann
2020-08-19 20:26:06 +02:00
parent 3be6ee3525
commit b386f4de0b
14 changed files with 109 additions and 27 deletions

View File

@ -52,7 +52,7 @@ Deserializes a given input to a JSON value using the MessagePack serialization f
## Return value
deserialized JSON value; in case of a parse error and `allow_exceptions` set to `#!cpp false`, the return value will be
`value_t::discarded`.
`value_t::discarded`. The latter can be checked with [`is_discarded`](is_discarded.md).
## Exception safety