{
  "fields": [{"id":"_id","type":"int"},{"id":"Mes","type":"text"},{"id":"Masculino","type":"numeric"},{"id":"Femenino","type":"numeric"}],
  "records": [
    [1,"Septiembre",9,9],
    [2,"Octubre",8,8],
    [3,"Noviembre",10,6],
    [4,"Diciembre",3,3],
    [5,"Total",30,26]
]}
