【使用注意】特殊中括号[]的特殊json数组
生活随笔
收集整理的這篇文章主要介紹了
【使用注意】特殊中括号[]的特殊json数组
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
@Testpublic void demo93() throws Exception {String str = "[\"a\", \"b\", \"c\"]";//生成json數(shù)組JSONArray createArray = new JSONArray();createArray.put("a");createArray.put("b");createArray.put("c");System.out.println("createJSONArray: " + createArray);//解析json數(shù)組JSONArray parseArray = new JSONArray(str);System.out.println("parseJSONArray: " + parseArray);for(int i = 0; i < parseArray.length(); i++) {System.out.print(parseArray.get(i) + " ");}}
輸出:
創(chuàng)作挑戰(zhàn)賽新人創(chuàng)作獎(jiǎng)勵(lì)來咯,堅(jiān)持創(chuàng)作打卡瓜分現(xiàn)金大獎(jiǎng)總結(jié)
以上是生活随笔為你收集整理的【使用注意】特殊中括号[]的特殊json数组的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【TensorFlow】稀疏矢量
- 下一篇: lucene Term查询