How to convert HttpEntity into JSON?

后端 未结 4 750
既然无缘
既然无缘 2020-12-09 08:44

I want to retrieve JSON from a web-service and parse it then.
Am I on the right way?

    HttpClient httpclient = new DefaultHttpClient();
    HttpGet htt         


        
4条回答
提交回复
热议问题