{
  "fields": [{"id":"_id","type":"int"},{"id":"Mes","type":"text"},{"id":"Carné","type":"numeric"},{"id":"Licencias","type":"numeric"}],
  "records": [
    [1,"Septiembre",18,73],
    [2,"Octubre",65,157],
    [3,"Noviembre",68,104],
    [4,"Diciembre",46,95],
    [5,"Total",197,429]
]}
