Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Niels Lohmann <[email protected]>
Signed-off-by: chirsz <[email protected]>
  • Loading branch information
chirsz-ever and nlohmann authored Jan 23, 2025
1 parent e0dfccd commit bdfbd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit bdfbd7d

Please sign in to comment.