{
  "fields": [{"id":"_id","type":"int"},{"id":"TAHUN","type":"text"},{"id":"TARGET_IKM","type":"text"},{"id":"NILAI_IKM","type":"numeric"}],
  "records": [
    [1,"2022","85",81.71],
    [2,"2021","85",83.69],
    [3,"2023","84",84.03],
    [4,"2024",null,87.02]
]}
