Jak eksportować bazę danych MongoDB do JSON

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