Java中遍历JsonArray

String json = "[" + " {" + " \"resultcode\": \"200\"" + " }," + " {" + " \"resultcode\": \"201\"" + " }" + "]"; JsonParser jp = new JsonParser(); JsonElement je = jp.parse(json); JsonArray ja=je.getAs
相关文章
相关标签/搜索