{
  "fields": [{"id":"_id","type":"int"},{"id":"Mes","type":"text"},{"id":"Evaluaciones","type":"numeric"},{"id":"Auditorias","type":"numeric"}],
  "records": [
    [1,"Septiembre",0,0],
    [2,"Octubre",0,23],
    [3,"Noviembre",0,6],
    [4,"Diciembre",0,7],
    [5,"Total",0,36]
]}
