# JSON Formatter

Format, minify, and validate JSON in your browser. Invalid input shows a parser error.

URL: https://everythingdeck.com/json/format

## Processing
Processing takes place in your browser. Inputs and files are not uploaded or retained.

## How to use
Paste JSON and choose format, minify, or sort keys. Invalid JSON shows the parser error.

## Example
Format {"name":"Deck","ready":true} into readable, indented JSON.

## Inputs
text

## Outputs
text

## Capabilities
- format JSON
- minify JSON
- validate JSON
- sort JSON keys

## Limitations
Standard JSON only: no comments or trailing commas. Integers outside JavaScript’s safe range may lose precision.

## Related tools
- [JSON ↔ YAML](https://everythingdeck.com/json-to-yaml)
- [CSV ↔ JSON](https://everythingdeck.com/csv-to-json)
- [Base64 Encode / Decode](https://everythingdeck.com/base64)
- [Regex Tester](https://everythingdeck.com/regex-tester)
