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

11 lines
232 B
JSON

{
"name": "John Doe",
"age": 30,
"email": "john@example.com",
"address": {
"street": "123 Main St",
"city": "New York",
"country": "USA"
},
"hobbies": ["reading", "gaming", "hiking"]
}