public void putJSONArray(int index, JSONArray value) { ArrList[index] = value.toString(); ReGen(); }
public JSONArray getJSONArray(int index) { JSONArray ja = new JSONArray(ArrList[index].Replace("▁", "{").Replace("▂", "[").Replace("▃", "]").Replace("▄", "}").Replace("▅", ",")); return(ja); }