{
  "fields": [{"id":"_id","type":"int"},{"id":"año","type":"numeric"},{"id":"valor","type":"numeric"}],
  "records": [
    [1,2006,2.2],
    [2,2007,2.1],
    [3,2008,1.9],
    [4,2009,1.8],
    [5,2010,2],
    [6,2011,1.7],
    [7,2012,1.6],
    [8,2013,1.6],
    [9,2014,1.5],
    [10,2015,1.5],
    [11,2016,1.4],
    [12,2017,1.4]
]}
