dprint-plugin-json
JSON formatting plugin for dprint.
This uses the jsonc-parser parser.
Install
Then in your project's directory with a dprint.json file, run:
dprint add json
# or install from npm
dprint add npm:@dprint/json
See https://dprint.dev/plugins/json/ for more information.