Hi all,
I am trying to parse a complex JSON with nested JSONs and JSON filter is not working properly. It parses correctly the "first level" in the JSON structure, but it doesn't do the same with the nested JSONs.
I know it is possible to do it with a Ruby filter but I wonder if there is a way to do it with the predefined filter.
One important point is that I would like a dynamic filter. I mean that I don't want to have to specify the name of the field that contains the nested JSON.
Could someone help me?