{
  "fields": [{"id":"_id","type":"int"},{"id":"año","type":"numeric"},{"id":"valor","type":"numeric"}],
  "records": [
    [1,2006,6.5],
    [2,2007,4.9],
    [3,2008,4.1],
    [4,2009,3.6],
    [5,2010,3.2],
    [6,2011,2.8],
    [7,2012,2.9],
    [8,2013,2.5],
    [9,2014,2.6],
    [10,2015,2.5],
    [11,2016,2.6],
    [12,2017,2.5]
]}
