Skip to content

Commit 2615c83

Browse files
DecimalTurnAlhadis
andauthored
Update index.markdown
Co-authored-by: John Gardner <[email protected]>
1 parent fec52ad commit 2615c83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ layout: default
99

1010
JSONC (JSON with Comments) is an extension of JSON (JavaScript Object Notation) that allows comments within JSON data. This specification defines the syntax and semantics of JSONC.
1111

12-
The JSONC format was informally introduced by Microsoft to be used for VS Code's configuration files (settings.json, launch.json, tasks.json, etc.). Alongside the informal format, a publicly available parser ([jsonc-parser](https://www.npmjs.com/package/jsonc-parser)) was supplied to parse those configuration files. The goal of this specification is to formalize the JSONC format as what the jsonc-parser considers valid while using its default configurations.
12+
The JSONC format was informally introduced by Microsoft to be used for VS Code's configuration files (`settings.json`, `launch.json`, `tasks.json`, etc). Alongside the informal format, a publicly-available parser ([`jsonc-parser`]) was supplied to parse those configuration files. The goal of this specification is to formalize the JSONC format as what [`jsonc-parser`] considers valid while using its default configurations.
13+
14+
[`jsonc-parser`]: https://www.npmjs.com/package/jsonc-parser
1315

1416
## Syntax
1517

0 commit comments

Comments
 (0)