Dear FME community.
I'm trying to extract, from a json object, the json arrays.
My object looks like :
As you can see, I've multiple sub objects and I want to extract this parts :
In this case, I tried to use the transformer jsontemplater but I was stopped by the loop in the json for sub sub object.
In this part I do this :
But maybe it' not the best method, that's why I need help.
Do you see how can I do this ?
Thank you very much.