{
  "fields": [{"id":"_id","type":"int"},{"id":"Tahun","type":"numeric"},{"id":"Kejadian","type":"numeric"}],
  "records": [
    [1,2017,0],
    [2,2018,0],
    [3,2019,9],
    [4,2020,1],
    [5,2021,3],
    [6,2022,40],
    [7,2023,2],
    [8,2024,0]
]}
