I'm a newly in Android programming. My issue is this: I would like to send a JSON request like by Post method from an android app.
The request is this:
{"username": "jde",
"password": "oracle01",
"inputs" :
[
{ "name": "Username", "value": "COCCONIP" },
{ "name" : "Surname", "value" : "Cocconi" }
]
}
someone could help me ? Regards Paolo