JSON Validator
Validate JSON syntax and format JSON with proper indentation
JSON Structure
JSON structure will appear here after validation
0
Characters
0
Lines
0 KB
Size
-
Status
JSON Examples
Simple Object
{
"name": "John Doe",
"age": 30,
"city": "New York"
}
Array of Objects
[
{
"id": 1,
"name": "Item 1",
"price": 10.99
},
{
"id": 2,
"name": "Item 2",
"price": 15.49
}
]