0

I have this issue guys, i'm not able to filter my json data, this is a complexe one but, I hope I can get an answer tho.

{
    "jQRReponse": [
        [{
            "sujet": "RHONE ALPES",
            "verbe": "11"
        }],
        [{
            "sujet": "ALSACE",
            "verbe": "22"
        }],
        [{
            "sujet": "ALSACE",
            "verbe": "55"
        }]
]
}

So how can I filter this json object for example by sujet === "ALSACE". Thank you

0 Answers0