Input JSON
Formatted Output
Guide
Input Format
Paste your unformatted JSON into the input field. You can also upload a JSON file using the upload button.
{
"name": "John Doe",
"age": 30,
"email": "john@example.com",
"address": {
"street": "123 Main St",
"city": "New York",
"country": "USA"
}
}
Output Format
The formatted JSON will be displayed in the output field with proper indentation and syntax highlighting.