Answer the question
In order to leave comments, you need to log in
retrofit2 response array?
Good afternoon, how can I disassemble the array from the result of which I received from retrofit2.
Returns the result.
{
"message":"Success Authorize",
"auth":
{
"login":"one",
"password":"two"
}
}
public class Login
{
private String message;
public String getMessage() {
return message;
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question