{
  "fields": [{"id":"_id","type":"int"},{"id":"Mes","type":"text"},{"id":"Masculino","type":"numeric"},{"id":"Femenino","type":"numeric"}],
  "records": [
    [1,"Septiembre",4,3],
    [2,"Octubre",10,4],
    [3,"Noviembre ",11,1],
    [4,"Diciembre",7,0],
    [5,"Total",32,8]
]}
