mirror of
https://github.com/OMGeeky/json-summary.git
synced 2025-12-26 17:02:28 +01:00
13 lines
290 B
JSON
13 lines
290 B
JSON
{
|
|
"name": "Jane Smith",
|
|
"age": 25,
|
|
"email": "jane@example.com",
|
|
"address": {
|
|
"street": "456 Oak Ave",
|
|
"city": "Los Angeles",
|
|
"country": "USA",
|
|
"zip": "90001"
|
|
},
|
|
"hobbies": ["painting", "music"],
|
|
"occupation": "Software Engineer"
|
|
} |