{
  "fields": [{"id":"_id","type":"int"},{"id":"Grupo de Edad","type":"text"},{"id":"Total","type":"numeric"},{"id":"Hombres","type":"text"},{"id":"Mujeres","type":"numeric"}],
  "records": [
    [1,"Total",121,"99",22],
    [2,"19-28",29,"26",3],
    [3,"29-38",43,"38",5],
    [4,"39-48",32,"23",9],
    [5,"49-58",16,"12",4],
    [6,"59-68",1,"-",1]
]}
