mirror of
https://github.com/nlohmann/json.git
synced 2026-07-03 01:04:18 +00:00
📝 fix docs (#5217)
This commit is contained in:
@@ -13337,9 +13337,9 @@ class parser
|
||||
@param[in] strict whether to expect the last token to be EOF
|
||||
@param[in,out] result parsed JSON value
|
||||
|
||||
@throw parse_error.101 in case of an unexpected token
|
||||
@throw parse_error.102 if to_unicode fails or surrogate error
|
||||
@throw parse_error.103 if to_unicode fails
|
||||
@throw parse_error.101 in case of an unexpected token (including invalid
|
||||
unicode escapes and surrogate errors, which are reported with a
|
||||
detailed message)
|
||||
*/
|
||||
void parse(const bool strict, BasicJsonType& result)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user