@webref output:files @param json the JSONArray to save @param filename the name of the file to save to @see JSONObject @see JSONArray @see PApplet#loadJSONObject(String) @see PApplet#loadJSONArray(String) @see PApplet#saveJSONObject(JSONObject, String)
(JSONArray json, String filename)
| 6190 | * @see PApplet#saveJSONObject(JSONObject, String) |
| 6191 | */ |
| 6192 | public boolean saveJSONArray(JSONArray json, String filename) { |
| 6193 | return saveJSONArray(json, filename, null); |
| 6194 | } |
| 6195 | |
| 6196 | /** |
| 6197 | * @param options "compact" and "indent=N", replace N with the number of spaces |