From bdfbd7d931999c65b469c6287ac57b025b2e772b Mon Sep 17 00:00:00 2001 From: chirsz Date: Thu, 23 Jan 2025 11:54:07 +0800 Subject: [PATCH] Update README.md Co-authored-by: Niels Lohmann Signed-off-by: chirsz --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a665538df8..d31f93efda 100644 --- a/README.md +++ b/README.md @@ -1765,7 +1765,7 @@ This library does not support comments by default. It does so for three reasons: However, you can pass set parameter `ignore_comments` to true in the `parse` function to ignore `//` or `/* */` comments. Comments will then be treated as whitespace. -### Trailing Commas +### Trailing commas Trailing commas in arrays and objects are also not part of the [JSON specification](https://tools.ietf.org/html/rfc8259), and this library does not support it by default.