mirror of
https://github.com/OMGeeky/json-summary.git
synced 2025-12-26 17:02:28 +01:00
20 lines
392 B
JSON
20 lines
392 B
JSON
[
|
|
{
|
|
"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"]
|
|
}
|
|
] |