Valid JSON Object
{
"id": 1,
"name": "Product",
"price": 29.99
}
Valid JSON Array
[
"apple",
"banana",
"orange"
]
Minified JSON
{"users":[{"id":1,"name":"John","active":true},{"id":2,"name":"Jane","active":false}]}
Invalid JSON
{
"name": "John",
"age": 30,
// Missing closing brace