context menu "copy to pure json"
Completed
Hi when do Copy Document(s) to Clipboard see eg this
{
"_id" : ObjectId("5874d113e4b0cfde27295693"),
"updateDate" : ISODate("2017-01-10T13:22:33.798+01:00")
}
in my opinion would be good to have this object available also as :
{
"_id" : "5874d113e4b0cfde27295693",
"updateDate" : "2017-01-10T13:22:33.798+01:00"
}
This bother me a lot.
This bother me a lot.
It's a really annoying thing
It's a really annoying thing
In the coming version 5.0, we added more copy options, copy value/key-value pair/document as plain JSON text or Mongo Shell JSON value. Please download the pre-release version and give it a try.
https://nosqlbooster.com/blog/announcing-nosqlbooster-50-rc/
In the coming version 5.0, we added more copy options, copy value/key-value pair/document as plain JSON text or Mongo Shell JSON value. Please download the pre-release version and give it a try.
https://nosqlbooster.com/blog/announcing-nosqlbooster-50-rc/
Resolved in v5.0.0
Resolved in v5.0.0
Replies have been locked on this page!