{
  "fields": [{"id":"_id","type":"int"},{"id":"año","type":"numeric"},{"id":"valor","type":"numeric"}],
  "records": [
    [1,2006,6.6],
    [2,2007,7.2],
    [3,2008,7.2],
    [4,2009,5.2],
    [5,2010,4.4],
    [6,2011,4.6],
    [7,2012,2.9],
    [8,2013,2.4],
    [9,2014,2.3],
    [10,2015,2],
    [11,2016,1.9],
    [12,2017,2.1]
]}
