{
  "fields": [{"id":"_id","type":"int"},{"id":"Year","type":"timestamp"},{"id":"% of total project completed.","type":"numeric"}],
  "records": [
    [1,"2012-06-30T08:00:00",0.9],
    [2,"2013-06-30T08:00:00",0.9],
    [3,"2014-06-30T00:00:00",0.9],
    [4,"2015-06-30T08:00:00",0.9],
    [5,"2016-06-30T08:00:00",0.9],
    [6,"2017-06-30T08:00:00",0.92],
    [7,"2018-06-30T08:00:00",0.95]
]}
