Recursively transform JSON using jolt
I am trying to transform a JSON into another JSON using JOLT. My source JSON has the following format (the number of levels of child modules is not known): Input { "modules": [ { "id": "1", "modules": [ { "id":…