{
  "fields": [{"id":"_id","type":"int"},{"id":"TAHUN","type":"numeric"},{"id":"JUMLAH","type":"numeric"}],
  "records": [
    [1,2018.0,0.0],
    [2,2019.0,0.0],
    [3,2020.0,0.0],
    [4,2021.0,1.0],
    [5,2022.0,1.0],
    [6,2023.0,1.0],
    [7,2018,0],
    [8,2019,0],
    [9,2020,0],
    [10,2021,1],
    [11,2022,1],
    [12,2023,1]
]}
