mirror of
https://github.com/bronson-g/libjson.git
synced 2025-12-23 21:27:42 -05:00
31 lines
662 B
JSON
31 lines
662 B
JSON
{
|
|
"inventory": [
|
|
{
|
|
"_id": {
|
|
"$oid": "5968dd23fc13ae04d9000001"
|
|
},
|
|
"product_name": "sildenafil citrate",
|
|
"supplier": "Wisozk Inc",
|
|
"quantity": 261,
|
|
"unit_cost": "$10.47"
|
|
},
|
|
{
|
|
"_id": {
|
|
"$oid": "5968dd23fc13ae04d9000002"
|
|
},
|
|
"product_name": "Mountain Juniperus ashei",
|
|
"supplier": "Keebler-Hilpert",
|
|
"quantity": 292,
|
|
"unit_cost": "$8.74"
|
|
},
|
|
{
|
|
"_id": {
|
|
"$oid": "5968dd23fc13ae04d9000003"
|
|
},
|
|
"product_name": "Dextromathorphan HBr",
|
|
"supplier": "Schmitt-Weissnat",
|
|
"quantity": 211,
|
|
"unit_cost": "$20.53"
|
|
}
|
|
]
|
|
} |