how to export mongodb database to json

JavaScript
sudo mongoexport --db newdb -c restaurants --out newdbexport.json
Source

Also in JavaScript: