HttpResponse httpResponse = httpClient.execute(httpGet);
I am getting this response in json format.the data I receive is
{"message":"Successful","token":"123456"}.
now I want to parse it if the message is successful then I want to print successful login.My question is how to do this.