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:
13
test_data/Sample1/user2.json
Normal file
13
test_data/Sample1/user2.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user