| Meaning |
{
"name": "Firoja",
"age": 29,
"email": "firoja@example.com",
"phone": "+1-555-123-4567",
"address": {
"street": "123 Maple Street",
"city": "Springfield",
"state": "IL",
"zip": "62704",
"country": "USA"
},
"occupation": "Software Engineer",
"skills": [
"JavaScript",
"Python",
"SQL"
],
"languages": [
"English",
"Hindi"
],
"preferences": {
"contactMethod": "email",
"newsletter": true
}
} |