{
  "fields": [{"id":"_id","type":"int"},{"id":"año","type":"numeric"},{"id":"valor","type":"numeric"}],
  "records": [
    [1,2006,14.1],
    [2,2007,13.6],
    [3,2008,12.1],
    [4,2009,11.7],
    [5,2010,11.5],
    [6,2011,10.6],
    [7,2012,11],
    [8,2013,10.7],
    [9,2014,10.2],
    [10,2015,9.9],
    [11,2016,9.5],
    [12,2017,8.9],
    [13,2018,8.6]
]}
