So I do not know much about MongoDB. I have RoboMongo using which I connect to a MongoDB. What I need to do is this - there is a collection in that Mon
MongoDB
RoboMongo
Solution:
mongoexport --db test --collection traffic --out traffic.json
Where: database -> mock-server collection name -> api_defs output file name -> childChoreRequest.json