In Map Reduce, if I have map stage to group the da...
# suitescript
r
In Map Reduce, if I have map stage to group the data and I write an object in the context, what is the structure when it gets to the reduce stage, is it an array of objects? Do I need to do a JSON.parse on the reduce stage?