Created
March 31, 2020 00:06
-
-
Save dalthonmh/d0f016ad5eed7f2b5920a23cf296ea17 to your computer and use it in GitHub Desktop.
Mongo Seeding CLI | examples/import-data-json/data/plates.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"_id": { "$oid": "5e606408dc8aec3040688a86" }, | |
"name": "Lomo saltado", | |
"price": 20.00, | |
"category": "fund" | |
}, | |
{ | |
"_id": { "$oid": "5e60650ea0403411bc4a332f" }, | |
"name": "Arroz con pollo", | |
"price": 22.00, | |
"category": "fund" | |
}, | |
{ | |
"_id": { "$oid": "5e6066bea0403411bc4a3333" }, | |
"name": "Ceviche", | |
"price": 18.00, | |
"category": "entry" | |
}, | |
{ | |
"_id": { "$oid": "5e6066e9a0403411bc4a3334" }, | |
"name": "Causa", | |
"price": 18.00, | |
"category": "entry" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment