mirror of
https://github.com/OMGeeky/json-summary.git
synced 2025-12-26 17:02:28 +01:00
add test data
This commit is contained in:
11
test_data/Sample1/user1.json
Normal file
11
test_data/Sample1/user1.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "John Doe",
|
||||
"age": 30,
|
||||
"email": "john@example.com",
|
||||
"address": {
|
||||
"street": "123 Main St",
|
||||
"city": "New York",
|
||||
"country": "USA"
|
||||
},
|
||||
"hobbies": ["reading", "gaming", "hiking"]
|
||||
}
|
||||
Reference in New Issue
Block a user