Fix JWCC links

Signed-off-by: chirsz-ever <chirsz@foxmail.com>
This commit is contained in:
chirsz-ever 2025-01-27 18:46:42 +08:00
parent 1e1d7b4786
commit 44a50e7e2a
No known key found for this signature in database
GPG Key ID: BB786151F7D070DC
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ This library does not support comments *by default*. It does so for three reason
However, you can set parameter `ignore_comments` to `#!cpp true` in the [`parse`](../api/basic_json/parse.md) function to ignore `//` or `/* */` comments. Comments will then be treated as whitespace.
For more information, see [JWCC](https://nigeltao.github.io/blog/2021/json-with-commas-comments.html) (JSON With Commas and Comments).
For more information, see [JSON With Commas and Comments (JWCC)](https://nigeltao.github.io/blog/2021/json-with-commas-comments.html).
!!! example

View File

@ -6,7 +6,7 @@ You can set parameter `ignore_trailing_commas` to `#!cpp true` in the [`parse`](
This library does not add trailing commas when serializing JSON data.
For more information, see [JWCC](https://nigeltao.github.io/blog/2021/json-with-commas-comments.html) (JSON With Commas and Comments).
For more information, see [JSON With Commas and Comments (JWCC)](https://nigeltao.github.io/blog/2021/json-with-commas-comments.html).
!!! example