{
  "fields": [{"id":"_id","type":"int"},{"id":"Mes","type":"text"},{"id":"Certificados","type":"numeric"},{"id":"Libretas de embarco","type":"numeric"}],
  "records": [
    [1,"Septiembre",62,8],
    [2,"Octubre",100,12],
    [3,"Noviembre",100,13],
    [4,"Diciembre",50,6],
    [5,"Total",312,39]
]}
