{ "name": "John Doe", "age": 25, "email": "johndoe@example.com", "address": { "street": "123 Main St", "city": "New York", "state": "NY", "zip": "10001" }, "interests": ["reading", "music", "sports"], "isStudent": true, "grades": { "math": 95, "science": 87, "history": 92 } }