{
  "fields": [{"id":"_id","type":"int"},{"id":"Tahun","type":"numeric"},{"id":"Jumlah hotel","type":"numeric"},{"id":"Satuan","type":"text"}],
  "records": [
    [1,2019,27,"Unit"],
    [2,2020,31,"Unit"],
    [3,2021,31,"Unit"],
    [4,2022,32,"Unit"]
]}
