cara mengekspor database MongoDB ke json

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