GooooGLE's picture
Update test.json
9593804 verified
raw
history blame contribute delete
732 Bytes
{
"users": [
{
"id": 1,
"name": "John Doe",
"email": "[email protected]",
"age": 29,
"purchases": [
{
"item": "Laptop",
"price": 1200,
"date": "2024-10-01"
},
{
"item": "Wireless Mouse",
"price": 25,
"date": "2024-10-05"
}
]
},
{
"id": 2,
"name": "Jane Smith",
"email": "[email protected]",
"age": 34,
"purchases": [
{
"item": "Smartphone",
"price": 800,
"date": "2024-09-20"
},
{
"item": "Headphones",
"price": 100,
"date": "2024-09-30"
}
]
}
]
}