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:
20
test_data/Sample2/multi.json
Normal file
20
test_data/Sample2/multi.json
Normal 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"]
|
||||||
|
}
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user