I'm having the following problem: I'm using the Android Rest API library link , and I'm trying a post, but the post only accepts a single parameter, which I am trying to send as an object, Json expects to receive the following:
public class User(){
int USER_ID[Id]
String USER_nome[nome]
}
Since I can not put brackets as the name of this attribute on my object, then how do I get this object sent?