is the json file included in the export files?
is it in the data folder?
try
void setup() {
size(600,600);
json = loadJSONObject(“data.json”);
....
is the json file included in the export files?
is it in the data folder?
try
void setup() {
size(600,600);
json = loadJSONObject(“data.json”);
....