android - Retrofit nested Json response to string -


i have nested json response api this:

{     "notif_title":"generic notification",     "notif_message":"you have message",     "url":"https://www.google.com",     "set_profile":{                    "54fdc8eb77761b8844e65f96":"1"                   } } 

problem

the problem want set_profile json string no object because object changing , don't need make changes it.

question

can object string using retrofit?, thanks


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -