| Meaning |
{
"firstName": "Shanne",
"lastName": "Doe",
"email": "shanne.doe@example.com",
"phone": "+1-555-0123",
"address": {
"street": "123 Maple Street",
"city": "Springfield",
"state": "IL",
"zip": "62704",
"country": "USA"
},
"profile": {
"occupation": "Software Engineer",
"company": "Tech Solutions Inc.",
"yearsOfExperience": 5,
"skills": ["JavaScript", "Python", "React", "Node.js"]
}
} |