{
  "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",185,157,28],
    [2,"18-27",39,35,4],
    [3,"28-37",60,52,8],
    [4,"38-47",52,44,8],
    [5,"48-57",25,19,6],
    [6,"58-68",9,7,2]
]}
