| Meaning |
{
"firstName": "Matt",
"lastName": "Smith",
"age": 34,
"occupation": "Software Engineer",
"email": "matt.smith@example.com",
"location": {
"city": "San Francisco",
"state": "CA",
"country": "USA"
},
"skills": [
"JavaScript",
"Python",
"React",
"Node.js"
],
"hobbies": [
"Cycling",
"Photography",
"Traveling"
]
} |