Referring to https://github.com/nlohmann/json/blob/develop/doc/examples/parse_error.cpp and https://json.nlohmann.me/home/exceptions/ (and also based on testing), the catch command should reference `catch (json::parse_error& ex)` and not `catch (json::exception::parse_error& ex)` |
||
|---|---|---|
| .. | ||
| binary_formats | ||
| element_access | ||
| parsing | ||
| arbitrary_types.md | ||
| binary_values.md | ||
| comments.md | ||
| enum_conversion.md | ||
| iterators.md | ||
| json_patch.md | ||
| json_pointer.md | ||
| macros.md | ||
| merge_patch.md | ||
| object_order.md | ||
| types.md | ||