xxxxxxxxxx
17
let csv;
let json;
function preload() {
json = loadJSON("https://balisatudata.baliprov.go.id/api/v2/report/subject/data?report_type_id=1211&year=2020");
}
function setup() {
createCanvas(400, 800);
background(220);
console.log(json.data)
}
function draw() {
}