From 9d81eedb42c3a4686b151d30fc7a799735902117 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Wed, 19 Aug 2020 20:26:30 +0200 Subject: [PATCH] :memo: fix and extend documentation of discarded values --- doc/examples/parse__allow_exceptions.link | 1 + doc/examples/parse__allow_exceptions.output | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 doc/examples/parse__allow_exceptions.link create mode 100644 doc/examples/parse__allow_exceptions.output diff --git a/doc/examples/parse__allow_exceptions.link b/doc/examples/parse__allow_exceptions.link new file mode 100644 index 000000000..386dfe8e4 --- /dev/null +++ b/doc/examples/parse__allow_exceptions.link @@ -0,0 +1 @@ +online \ No newline at end of file diff --git a/doc/examples/parse__allow_exceptions.output b/doc/examples/parse__allow_exceptions.output new file mode 100644 index 000000000..d650824d2 --- /dev/null +++ b/doc/examples/parse__allow_exceptions.output @@ -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' +the input is invalid JSON