import org.json.*; · public boolean isJSONValid(String test) { · try { · new JSONObject(test); · } catch (JSONException ex) { · // edited, to include @Arthur's ...
確定! 回上一頁