I’m trying to remove unwanted elements from my JSON. At the first level, I can use the “Parse JSON” module with the correct data structure, and it works without any issues.
The problem arises when I try to remove specific keys from a nested array—in my case, the “addresses” array. I’m unsure how to remove certain keys from objects within that inner array.
Please take a look at my input JSON (attached) and the output I’m expecting.
input.json (1.7 KB)
output.json (492 Bytes)
