dprint-plugin-json 0.23.0

JSON formatter for dprint.
Documentation
# dprint-plugin-json

[![crates.io version](https://img.shields.io/crates/v/dprint-plugin-json.svg)](https://crates.io/crates/dprint-plugin-json) [![CI](https://github.com/dprint/dprint-plugin-json/workflows/CI/badge.svg)](https://github.com/dprint/dprint-plugin-json/actions?query=workflow%3ACI)

JSON formatting plugin for [dprint](https://github.com/dprint/dprint).

This uses the [jsonc-parser](https://github.com/dprint/jsonc-parser) parser.

## Install

[Install](https://dprint.dev/install/) and [setup](https://dprint.dev/setup/) dprint.

Then in your project's directory with a dprint.json file, run:

```shellsession
dprint add json
# or install from npm
dprint add npm:@dprint/json
```

See https://dprint.dev/plugins/json/ for more information.