[컴][안드로이드] 안드로이드에서 json 처리


  1. JSONObject 를 사용한다.
  2. // Make parameter
    JSONObject jsonParam = new JSONObject();
    jsonParam.put("consumer_key", consumerKey);
    jsonParam.put("redirect_uri", redirectUri);

  3. google GSON library 를 사용한다.




Reference

  1. How to use HttpURLConnection POST data to web server?
  2. HttpURLConnection with POST data
  3. sending a JSON http post request from android

댓글 없음:

댓글 쓰기