{
  "fields": [{"id":"_id","type":"int"},{"id":"Grupo de Edad","type":"text"},{"id":"Total","type":"numeric"},{"id":"Hombres","type":"numeric"},{"id":"Mujeres","type":"text"}],
  "records": [
    [1,"Total",100,93,"7"],
    [2,"18-27",34,31,"3"],
    [3,"28-37",41,39,"2"],
    [4,"38-47",20,18,"2"],
    [5,"48-57",4,4,"-"],
    [6,"58-67",1,1,"-"]
]}
