MCPcopy Index your code
hub / github.com/processing/processing / saveJSONArray

Method saveJSONArray

core/src/processing/core/PApplet.java:6192–6194  ·  view source on GitHub ↗

@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)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

saveFileMethod · 0.95
saveMethod · 0.45

Tested by

no test coverage detected