{
  "fields": [{"id":"_id","type":"int"},{"id":"Grupo de Edad","type":"text"},{"id":"Total","type":"numeric"},{"id":"Hombres","type":"numeric"},{"id":"Mujeres","type":"numeric"}],
  "records": [
    [1,"Total",269,230,39],
    [2,"18-27",67,59,8],
    [3,"28-37",93,79,14],
    [4,"38-47",64,56,8],
    [5,"48-57",34,27,7],
    [6,"58-68",11,9,2]
]}
