So exportieren Sie die MongoDB -Datenbank in JSON

sudo mongoexport --db newdb -c restaurants --out newdbexport.json
arjunckm