{
  "fields": [{"type":"int","id":"_id"},{"type":"numeric","id":"tahun"},{"type":"numeric","id":"jumlah_destana"},{"type":"numeric","id":"jumlah_spab"}],
  "records": [
    [1,2010,2,3],
    [2,2011,2,3],
    [3,2012,6,3],
    [4,2013,8,3],
    [5,2014,10,3],
    [6,2015,12,4],
    [7,2016,15,6],
    [8,2017,22,9],
    [9,2018,28,12],
    [10,2019,35,14]
]}
