{
  "fields": [{"id":"_id","type":"int"},{"id":"Tahun","type":"numeric"},{"id":"Persentase Angkutan Umum yang Aktif","type":"numeric"}],
  "records": [
    [1,2018.0,null],
    [2,2019.0,null],
    [3,2020.0,null],
    [4,2021.0,71.02],
    [5,2022.0,71.02],
    [6,2023.0,72.61],
    [7,2018,null],
    [8,2019,null],
    [9,2020,null],
    [10,2021,71.02],
    [11,2022,71.02],
    [12,2023,72.61]
]}
