I’m trying to do a blackbery application that can send a JSONObject through a HttpConnection POST request. The JSONObject is
{
"Contrasena" : "hy1tSPQc3K4IlSZLvd7U7g==",
"Plataforma" : "A",
"Usuario" : "user2323"
}
Anyone know how?
You can use URLEncodedPostData class for this. Use like