{
  "fields": [{"id":"_id","type":"int"},{"id":"Cantidad de Noches","type":"text"},{"id":"año","type":"numeric"},{"id":"valor","type":"numeric"}],
  "records": [
    [1,"4",2016,2],
    [2,"3",2016,2.5],
    [3,"7",2016,76.7],
    [4,"6",2016,4.9],
    [5,"5",2016,0.7],
    [6,"2",2016,3.2],
    [7,"1",2016,3.2],
    [8,"0",2016,3.9],
    [9,"Sin Dato",2016,2.9]
]}
