mirror of
https://github.com/nlohmann/json.git
synced 2026-09-03 15:05:01 +00:00
Merge branch 'develop' into docs/fix-readme-files-github
# Conflicts: # docs/mkdocs/docs/api/basic_json/dump.md
This commit is contained in:
@@ -88,9 +88,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