1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-29 23:01:16 +03:00

improved parse error messages

This commit is contained in:
Niels Lohmann
2018-10-07 22:39:17 +02:00
parent f8158997b5
commit 74a31075e3
7 changed files with 211 additions and 173 deletions

View File

@ -1,3 +1,3 @@
message: [json.exception.parse_error.101] parse error at line 1, column 8: syntax error - unexpected ']'; expected '[', '{', or a literal
message: [json.exception.parse_error.101] parse error at line 1, column 8: syntax error while parsing value - unexpected ']'; expected '[', '{', or a literal
exception id: 101
byte position of error: 8