{
  "fields": [{"id":"_id","type":"int"},{"id":"año","type":"numeric"},{"id":"valor","type":"numeric"}],
  "records": [
    [1,2000,91],
    [2,2001,94],
    [3,2002,119],
    [4,2003,136],
    [5,2004,136],
    [6,2005,121],
    [7,2006,126],
    [8,2007,132],
    [9,2008,145],
    [10,2009,139],
    [11,2010,128],
    [12,2011,137],
    [13,2012,131]
]}
