I want to sort json file Ascending or Descending after connect on pymongo, and I have this problem ...
when is use this code :
db.data.find()
or this code :
cars = db.cars.find().sort("price", DESCENDING)
I got this message :
<pymongo.cursor.Cursor object at 0x7f4b50315890>