How MongoDB Stitch 3rd Party Services return JSON Array Object? My return it's showing EJSON with $ (dollar sign). Someone can help me ?
return mycollection.findOne({"_id": BSON.ObjectId(id)});
response e.g.: cost: {$numberDouble: "65"}
I need e.g.: cost : 65