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

Method saveJSONObject

core/src/processing/core/PApplet.java:6124–6126  ·  view source on GitHub ↗

@webref output:files @param json the JSONObject 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#saveJSONArray(JSONArray, String)

(JSONObject json, String filename)

Source from the content-addressed store, hash-verified

6122 * @see PApplet#saveJSONArray(JSONArray, String)
6123 */
6124 public boolean saveJSONObject(JSONObject json, String filename) {
6125 return saveJSONObject(json, filename, null);
6126 }
6127
6128
6129 /**

Callers

nothing calls this directly

Calls 2

saveFileMethod · 0.95
saveMethod · 0.45

Tested by

no test coverage detected