You can read a JSON object or array from a Reader or from a String: JsonObject jsonObject = JsonObject.readFrom( reader ); JsonArray jsonArray = ...
確定! 回上一頁