jsonc-parser 0.21.1

JSONC parser.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "incremental": true,
  "indentWidth": 2,
  "exec": {
    "associations": "**/*.rs",
    "rustfmt": "rustfmt"
  },
  "includes": ["**/*.{md,rs}"],
  "excludes": [
    "**/target",
    "./benches/json"
  ],
  "plugins": [
    "https://plugins.dprint.dev/markdown-0.15.2.wasm",
    "https://plugins.dprint.dev/exec-0.3.5.json@d687dda57be0fe9a0088ccdaefa5147649ff24127d8b3ea227536c68ee7abeab"
  ]
}