mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
@@ -6174,7 +6174,7 @@ public class PApplet extends Applet
|
||||
* @see PApplet#saveJSONObject(JSONObject, String)
|
||||
*/
|
||||
public boolean saveJSONArray(JSONArray json, String filename) {
|
||||
return saveJSONArray(json, filename);
|
||||
return saveJSONArray(json, filename, null);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user