When I save a date time in MongoDB using the following format, it shows:
Error "Unable to parse JSON" 
{
  "_id" : ObjectId("58cb759805aeeae37a56dd3d"),
  "name" : "Plutus",
  "admin" : "type 1",
  "created" : new Date()
}
Please help me to save a date time in Robomongo using MongoDB in the above format.
Error description in picture:
Thanks

 
     
     
     
     
    