This commit is contained in:
OMGeeky
2025-02-22 17:02:40 +01:00
commit c36f09aa38
9 changed files with 327 additions and 0 deletions

13
test_data/user2.json Normal file
View 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"
}