{
  "fields": [{"id":"_id","type":"int"},{"id":"Year","type":"timestamp"},{"id":"Acres","type":"numeric"}],
  "records": [
    [1,"2015-06-30T00:00:00",375],
    [2,"2016-06-30T00:00:00",377.35],
    [3,"2017-06-30T00:00:00",377.35],
    [4,"2018-06-30T00:00:00",377.35],
    [5,"2019-06-30T00:00:00",377.35],
    [6,"2020-06-30T00:00:00",377.35],
    [7,"2021-06-30T00:00:00",380.85],
    [8,"2022-06-30T00:00:00",380.85]
]}
