I used JSON simple API to sort this. Here is my code: import java.io. ... array.size(); i++) { list.add((JSONObject) array.get(i)); } Collections.sort(list, ...
確定! 回上一頁