{
  "fields": [{"id":"_id","type":"int"},{"id":"Tahun","type":"text"},{"id":"Jumlah Industri Barang dari Logam, Komputer, Barang Elektronik,","type":"numeric"}],
  "records": [
    [1,"2018",null],
    [2,"2019",null],
    [3,"2020",null],
    [4,"2021",19],
    [5,"2022",82],
    [6,"2023",55],
    [7,"2024",44],
    [8,"2025",26]
]}
