{
  "fields": [{"id":"_id","type":"int"},{"id":"año","type":"numeric"},{"id":"valor","type":"numeric"}],
  "records": [
    [1,2006,96.2],
    [2,2007,96.3],
    [3,2008,96],
    [4,2009,96.8],
    [5,2010,96.5],
    [6,2011,97.2],
    [7,2012,97.4],
    [8,2013,97.5],
    [9,2014,97.5],
    [10,2015,97.7],
    [11,2016,98],
    [12,2017,97.9]
]}
