Posts by Bruna • 83 points
1 post
-
8
votes1
answer186
viewsQ: How to filter multiple items within an array
I have the following JSON: { "Empresas": [{ "Name": "DIST", "Portais": [{ "title": "PRD", "tags": ["PRD", "DIST1"] },{ "title": "HIST", "tags": ["PCP", "DIST2", "DIST3"] }] }, {"Name": "LUZ",…