RetrofitExample
RetrofitExample copied to clipboard
Json Parse
Hello @jiezili, This not question, but i have query with retrofit, I have json response as below:
{ "status": 200 "status_message": "data" "data": { "speciality": [2] 0: { "speciality": "Ayurved" }- 1: { "speciality": "Ayurveda"
}-
"doc_name": [2] 0: { "doc_name": "Dr Abhijeet Shinde" }- 1: { "doc_name": "Dr Abhijit Subhash Agre"
}-
"area": [2] 0: { "area": "Bhosari" }- 1: { "area": "Bhosari, Ganesh Samrajya"
}-
"opd_name": [2] 0: { "opd_name": "Aardhya Dental Care Center" }- 1: { "opd_name": "Adishakti Hospital"
}-
"symptom": [2] 0: { "symptom": "Alcoholic Liver Disease" }- 1: { "symptom": "Antenatal Checkup"
}-
}- }
i want to parse it using retrofit. Thanks in advance.