JSON output nested in array
Good evening,I have an array of elements that I'd like to output as JSON: [{...},{...},{...}]In order to nest this array under a JSON property, I utilize the "Group by N" snap, which results in my data looking like this: { "randomKey": [{...},{.....