jsonc-parser 0.21.0

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.13.3.wasm",
    "https://plugins.dprint.dev/exec-0.3.1.json@9351b67ec7a6b58a69201c2834cba38cb3d191080aefc6422fb1320f03c8fc4d"
  ]
}