I've got: `const reduceObjValues = reduce.values.m...
# suitescript
k
I've got:
const reduceObjValues = reduce.values.map(toReduceObjValues);
...and...
export const toReduceObjValues = (result) => ({ JSON.parse(result) });
but WebStorm complains that JSON doesn't have .parse in it