Merge branch 'develop' into docs/fix-readme-files-github

# Conflicts:
#	docs/mkdocs/docs/api/basic_json/dump.md
This commit is contained in:
Niels Lohmann
2026-06-30 09:13:38 +02:00
93 changed files with 743 additions and 1209 deletions
+3 -3
View File
@@ -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)
{