mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 11:21:06 +01:00
playing with JSON example a bit
This commit is contained in:
@@ -36,7 +36,7 @@ import org.json.JSONObject;
|
||||
|
||||
// An Array of Bubble objects
|
||||
Bubble[] bubbles;
|
||||
// A Table object
|
||||
// A JSON object
|
||||
JSONObject json;
|
||||
|
||||
void setup() {
|
||||
|
||||
Reference in New Issue
Block a user