In a map reduce running on a search of sales order...
# suitescript
k
In a map reduce running on a search of sales order line items I'm handing the processed order lines to reduce to send one email per order. When I get to reduce, my values are an array of stringified values from my map stage. Do any of you have a handy way to turn all elements in this array into objects?