mirror of
https://github.com/Team4388/RidgeScout.git
synced 2026-06-09 08:38:03 -06:00
Add ByteBuilder, start work on parsing stored data
This commit is contained in:
@@ -13,7 +13,7 @@ public class JSONUtil {
|
||||
for (int i=0; i<array.length(); i++){
|
||||
asList.add(array.opt(i));
|
||||
}
|
||||
Collections.sort(asList, c);
|
||||
asList.sort(c);
|
||||
JSONArray res = new JSONArray();
|
||||
for (Object o : asList){
|
||||
res.put(o);
|
||||
|
||||
Reference in New Issue
Block a user