{
  "fields": [{"id":"_id","type":"int"},{"id":"año","type":"numeric"},{"id":"valor","type":"numeric"}],
  "records": [
    [1,2006,1.3],
    [2,2007,1.1],
    [3,2008,1],
    [4,2009,0.9],
    [5,2010,0.7],
    [6,2011,0.8],
    [7,2012,0.4],
    [8,2013,0.3],
    [9,2014,0.3],
    [10,2015,0.2],
    [11,2016,0.2],
    [12,2017,0.2]
]}
