Copy-paste your JSON here
JSON Standards
Indentation level
Formatted JSON
JSON Formatter
Features
- Format JSON: Beautify and format JSON data.
- Indentation Options: Choose between 2, 3, 4 spaces, or tabs.
- JSON5 Support: Format JSON5 data.
- Escape and Unicode Options: Enable escaping and Unicode conversion.
- Save Results: Copy or save the formatted JSON file.
How to Use
-
Input JSON Data:
- Paste or type your JSON content into the input editor.
-
Select Options:
- Choose indentation, JSON5 support, and other options.
-
Format JSON:
- Click the "Format" button to beautify the JSON data.
-
View and Save Results:
- The formatted JSON data will appear in the output editor.
- Copy the result or save it as a file.
Example
JSON Formatting Example
Input JSON:
{
"name": "John",
"age": 30,
"city": "New York"
}
Formatted JSON:
{
"name": "John",
"age": 30,
"city": "New York"
}