I am getting this request.   
 { "area": [
        {
            "area": "kothrud"
        },
        {
            "area": "katraj"
        }
    ]
}
and i want to provide response to this by searching records in database based on above request. how will i decode above json array and use each area field separately.