{
    "name": "John Doe",
    "age": 30,
    "email": "johndoe@example.com",
    "address": {
        "street": "123 Main Street",
        "city": "New York",
        "state": "NY",
        "country": "USA"
    },
    "hobbies": ["reading", "painting", "hiking"],
    "isStudent": true
    }                      
                
  | 
                
{"name":"John Doe","age":30,"email":"johndoe@example.com","address":{"street":"123 Main Street","city":"New York","state":"NY","country":"USA"},"hobbies":["reading","painting","hiking"],"isStudent":true}
                 |