{
  "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",136,128,"8"],
    [2,"18-27",39,36,"3"],
    [3,"28-37",52,50,"2"],
    [4,"38-47",31,28,"3"],
    [5,"48-57",11,11,"-"],
    [6,"58-67",3,3,"-"]
]}
