mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 10:55:38 +01:00
todo notes and attempting to wrap revisions
This commit is contained in:
@@ -6198,7 +6198,7 @@ public class PApplet extends Applet
|
||||
return new JSONArray(new StringReader(input));
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @webref input:files
|
||||
* @param filename name of a file in the data folder or a URL
|
||||
@@ -6212,7 +6212,7 @@ public class PApplet extends Applet
|
||||
return new JSONArray(createReader(filename));
|
||||
}
|
||||
|
||||
|
||||
|
||||
static public JSONArray loadJSONArray(File file) {
|
||||
return new JSONArray(createReader(file));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user