{
  "fields": [{"id":"_id","type":"int"},{"id":"USIA (TAHUN)","type":"text"},{"id":"LAKI-LAKI","type":"numeric"},{"id":"PEREMPUAN","type":"numeric"},{"id":"JUMLAH","type":"numeric"}],
  "records": [
    [1,"< 30",100,59,159],
    [2,"31 - 40",4,4,8],
    [3,"41 - 50",3,8,11],
    [4,"51 - 60",4,2,6],
    [5,"61 - 70",3,0,3],
    [8,"Jumlah",114,73,187]
]}
