Drop JSON file here or
Supports .json files up to 10MB
{
"name": "John Doe",
"age": 30,
"email": "john@example.com",
"address": {
"street": "123 Main St",
"city": "New York",
"zipCode": "10001"
},
"hobbies": [
"reading",
"coding",
"photography"
],
"isActive": true
}