mirror of
https://github.com/OMGeeky/json-summary.git
synced 2025-12-26 17:02:28 +01:00
11 lines
232 B
JSON
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"]
|
|
} |