new JSONObject(true)
Posted 树上的疯子^
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了new JSONObject(true)相关的知识,希望对你有一定的参考价值。
//构造容量为16个单位的HashMap作为JSONObject
JSONObject jsonObject = new JSONObject();
//构造容量为16个单位JSONObject,可选择器容器是否有序:LinkedHashMap(true)、HashMap(false)
JSONObject jsonObject1 = new JSONObject(true);
以上是关于new JSONObject(true)的主要内容,如果未能解决你的问题,请参考以下文章
onResponse(String response) try JSONObject jsonObject=new JSONObject(response);java.lang.String 无法转