I am following this tutorial to filter data on json https://support.klipfolio.com/hc/en-us/articles/215547118-About-JSON-and-XML-data-sources?query=JSON
But I didn't find out how I filter data that is contained in an array.
ARRAY = SELECT(ID; DEALERSHIP_GROUP_ID;=$ncm__dealership_group_id)
To get all dealerships ID that belongs to a group XPTO.
I need now to filter the json to get only the data where @/data/url_variables/dealership/value;
is contained on the array above.
How do I do that please?