{
  "fields": [{"id":"_id","type":"int"},{"id":"tahun","type":"text"},{"id":"jumlah(unit)","type":"text"}],
  "records": [
    [1,"2019","2"],
    [2,"2020","7"],
    [3,"2021","7"],
    [4,"2022","7"],
    [5,"2023","9"],
    [6,"2024","9"],
    [7,"2025","9"]
]}
