{
  "fields": [{"id":"_id","type":"int"},{"id":"USIA (TAHUN)","type":"text"},{"id":"LAKI-LAKI","type":"numeric"},{"id":"PEREMPUAN","type":"numeric"},{"id":"JUMLAH","type":"numeric"}],
  "records": [
    [4,"26 - 35",2,3,5],
    [5,"36 - 45",10,14,24],
    [6,"46 - 60",41,49,90],
    [7,"61 - 65",13,14,27],
    [8,"> 65",17,22,39],
    [9,"Jumlah",83,102,185]
]}
