mirror of
https://github.com/nlohmann/json.git
synced 2026-03-01 23:06:27 +00:00
📝 fix and extend documentation of discarded values
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user