Files
json-summary/test_data/user2.json
OMGeeky c36f09aa38 Init
2025-02-22 17:02:40 +01:00

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"
}