I'm trying to convert this
[ { "_id": "57760ecef5e7478c1e46b892" },
{ "_id": "57760f56f5e7478c1e46b896" },
{ "_id": "57760f7df5e7478c1e46b89a" } ]
to this
"_id" : [ "57760ecef5e7478c1e46b892", "57760f56f5e7478c1e46b896", "57760f7df5e7478c1e46b89a" ]
through code.
I am relatively new to the world of node.js so I don't know what to search for.