{
  "fields": [{"id":"_id","type":"int"},{"id":"USIA (TAHUN)","type":"text"},{"id":"LAKI-LAKI","type":"numeric"},{"id":"PEREMPUAN","type":"numeric"},{"id":"JUMLAH","type":"numeric"}],
  "records": [
    [3,"41 - 50",4,1,5],
    [4,"51 - 60",4,13,17],
    [5,"61 - 70",4,4,8],
    [6,"71 - 80",1,2,3],
    [7,"> 80",1,2,3],
    [8,"Jumlah",16,22,38]
]}
