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