{
  "fields": [{"id":"_id","type":"int"},{"id":"Tahun","type":"numeric"},{"id":"Jumlah Produksi Kakao","type":"numeric"}],
  "records": [
    [1,2018,3.62],
    [2,2019,3.28],
    [3,2020,3.32],
    [4,2021,2.85],
    [5,2022,1.39],
    [6,2023,0.63],
    [7,2024,0.79],
    [8,2025,0.65]
]}
