JSONObject json= (JSONObject) JSONValue.parse(jsonData); JSONObject data = (JSONObject) json.get("data"); After you have parsed the json data, ... ... <看更多>
A JSONObject is an unordered collection of name/value pairs. Its external form is a string wrapped in curly braces with colons between the names and values, ... ... <看更多>