美文网首页
JsonObject字符串转bean

JsonObject字符串转bean

作者: 未聞椛洺 | 来源:发表于2017-12-20 10:52 被阅读0次
               JSONObject jsonObject = new JSONObject(response.body());
               String taskJson = jsonObject.optString("var");
               Gson gson = new Gson();
               Task task = gson.fromJson(taskJson, Task.class);

    相关文章

      网友评论

          本文标题:JsonObject字符串转bean

          本文链接:https://www.haomeiwen.com/subject/aqtgwxtx.html