I want to read all data from below received json format.how to read it. i want to get value to user_id,user_mobile and so on.
[
{
"message": {
"user_id": 1012761333,
"user_type": "Main_Vol",
"application_no": "CVFIV1012761333",
"user_aadhar": "233439999993",
"user_mobile": "7344465899",
"user_email": "pghhff@ggmail.com",
"user_name": "Xxxx",
"user_dob": "20/11/2017",
"user_father_name": "A",
"user_mother_name": "C",
"user_address": "A",
"user_city": {
"city_id": 1,
"city_name": "Pitam Pura",
"state_id": "Delhi"
},
"user_state": "Delhi",
"user_pincode": "987654",
"user_payment_status": 0,
"user_created_by": 1012761333,
"user_created_on": "Dec 21, 2017 3:17:34 PM"
}
}
]