Valid JSON
No syntax errors found
DataMagics
Validate, format, and explore your JSON.
Validate, format, paste, upload, or drop a JSON file.
{
"user": {
"id": 12345,
"name": "John Doe",
"email": "john.doe@example.com",
"isVerified": true,
"address": {
"street": "123 Main St",
"city": "San Francisco",
"state": "CA",
"zipCode": "94105",
"country": "USA",
"coordinates": {
"lat": 37.7749,
"lng": -122.4194
}
},
"phoneNumbers": [
{ "type": "mobile", "number": "+1-555-123-4567" },
{ "type": "home", "number": "+1-555-765-4321" }
],
"roles": ["admin", "editor", "user"],
"preferences": {
"theme": "dark",
"notifications": {
"email": true,
"sms": false,
"push": true
},
"language": null
}
}
}