{
  "fields": [{"id":"_id","type":"int"},{"id":"Mes","type":"text"},{"id":"Carné","type":"numeric"},{"id":"Licencias","type":"numeric"}],
  "records": [
    [1,"Septiembre",29,126],
    [2,"Octubre",21,98],
    [3,"Noviembre ",56,138],
    [4,"Diciembre",58,201],
    [5,"Total",164,563]
]}
