mirror of
https://github.com/nlohmann/json.git
synced 2025-07-25 13:41:56 +03:00
📝 overworked documentation
Replacing references to std exceptions with user-defined exceptions. Also changed some examples to the new exceptions.
This commit is contained in:
3
doc/examples/json_pointer.test
Normal file
3
doc/examples/json_pointer.test
Normal file
@ -0,0 +1,3 @@
|
||||
[json.exception.parse_error.107] parse error at 1: JSON pointer must be empty or begin with '/' - was: 'foo'
|
||||
[json.exception.parse_error.108] parse error: escape character '~' must be followed with '0' or '1'
|
||||
[json.exception.parse_error.108] parse error: escape character '~' must be followed with '0' or '1'
|
Reference in New Issue
Block a user