android中如何解析没有Key的Json数据
jsonObject = new JSONObject(contents.trim()); Iterator<?> keys = jsonObject.keys(); while( keys.hasNext() ){ String key = (String)keys.next(); if( jsonObject.get(key) instanceof JSONObject ){ } }
相关推荐
newthon 2020-05-14
WebVincent 2020-07-21
fengchao000 2020-07-04
baijinswpu 2020-06-28
88483063 2020-06-28
fengchao000 2020-06-16
somebodyoneday 2020-06-15
wujiajax 2020-06-14
somebodyoneday 2020-05-16
xx0cw 2020-05-16
sailxu00 2020-04-27
fengchao000 2020-04-20
88483063 2020-01-29
83163452 2020-01-28
baijinswpu 2020-01-25
baijinswpu 2020-01-18