I collected this Json data from a script and am wondering how to parse the data to get the id attribute. Not even sure what to look up.
{
    "status": "success",
    "data": [
        {
            "notes": [],
            "handles": {
                "twitter": [
                    {
                        "networkinstance": "twitter",
                        "Uid": "fefewf32ff32f232f3f",
                        "id": "243425324242",
                        "@class": "Provider"
                    }
                ]
            },
            "id": "g43g5434g43f2f3",
            "tags": []
        }
    ]
}
 
    