in `reduce`, you get passed an array of all the se...
# suitescript
e
in
reduce
, you get passed an array of all the serialized values for the given key, so to parse them all out you can do something like
var data = context.values.map(JSON.parse);