Export/Copy as standard JSON
Hello,
I often find myself copy/pasting document from mongo json and need them in raw/standar json without any format qualifiers such as NumberInt() and ObjectId(), etc.
I can't find a way to do this at the moment even with the latest version of studio 3t, so I end up wasting time in notepad++ with custom regexes to remove these qualifiers.
It would be nice to have a "copy/export as standard json" open.
Thanks
3
votes
Gaspard
shared this idea
We added this in 2021.4 – check it out!
https://studio3t.com/whats-new/release-2021-4/
-
Mike Fortuna commented
Also helpful to select linux (\n) and windows (\r\n) line terminators, but the simple JSON format works well for query results, not for the data extract.