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
Post a Comment