{
  "fields": [{"id":"_id","type":"int"},{"id":"Tahun","type":"numeric"},{"id":"Volume Sampah yang dihasilkan Rumah Tangga","type":"numeric"}],
  "records": [
    [1,2018.0,null],
    [2,2019.0,2006.49],
    [3,2020.0,2022.85],
    [4,2021.0,2022.85],
    [5,2022.0,2015.59],
    [6,2023.0,2447.62],
    [7,2018,null],
    [8,2019,2006.49],
    [9,2020,2022.85],
    [10,2021,2022.85],
    [11,2022,2015.59],
    [12,2023,2447.62]
]}
