add test data

This commit is contained in:
OMGeeky
2025-02-22 17:44:39 +01:00
parent 8e9a5f4df1
commit 3a5f881e46
4 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
[
{
"id": "USER-001",
"name": "Alice Cooper",
"age": 28,
"tags": ["music", "art"]
},
{
"id": "USER-002",
"name": "Bob Dylan",
"age": 35,
"interests": ["writing", "poetry"]
},
{
"id": "PROD-001",
"name": "Guitar",
"price": 599.99,
"categories": ["music", "instruments"]
}
]