playing with JSON example a bit

This commit is contained in:
Daniel Shiffman
2013-04-07 22:03:28 -04:00
parent 3bb5f8f940
commit 3a663e3c08
3 changed files with 86 additions and 100 deletions

View File

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