Export application with json file fail

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”);
    ....
2 Likes