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

📝 fix and extend documentation of discarded values

This commit is contained in:
Niels Lohmann
2020-08-19 20:26:30 +02:00
parent b386f4de0b
commit 9d81eedb42
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,2 @@
[json.exception.parse_error.101] parse error at line 4, column 0: syntax error while parsing value - invalid string: control character U+000A (LF) must be escaped to \u000A or \n; last read: '"value without closing quotes<U+000A>'
the input is invalid JSON