I\'ve been trying to use mongo with some data imported, but I\'m not able to use it properly with my document description.
This is an example of the .json I import u
The command mongoimport allows us to import human readable JSON in a specific database & a collection. To import a JSON data in a specific database & a collection, type mongoimport -d databaseName -c collectionName jsonFileName.json
mongoimport
JSON
mongoimport -d databaseName -c collectionName jsonFileName.json