I have a JSON string:
[
    {
        "customer": {
            "created_at": "2014-05-22T18:24:55+05:30",
            "cust_identifier": null,
            "description": null,
            "domains": null,
            "id": 1000170724,
            "name": "freshdesk",
            "note": null,
            "sla_policy_id": 1000042749,
            "updated_at": "2014-05-22T18:24:55+05:30"
        }
    }
]
How to get the value of id using java?
 
     
     
    