{
  "fields": [{"id":"_id","type":"int"},{"id":"Mes","type":"text"},{"id":"EMISIÓN","type":"numeric"}],
  "records": [
    [1,"Septiembre",2],
    [2,"Octubre",2],
    [3,"Noviembre ",0],
    [4,"Diciembre",0],
    [5,"TOTAL",4]
]}
