{
  "fields": [{"id":"_id","type":"int"},{"id":"Kecamatan","type":"text"},{"id":"Unit","type":"text"},{"id":"Kamar","type":"numeric"},{"id":"Tempat Tidur","type":"text"}],
  "records": [
    [1,"Serpong","",null,""],
    [2,"Serpong Utara","",null,""],
    [3,"Pondok Aren","",50,""],
    [4,"Ciputat","",null,""],
    [5,"Ciputat Timur","",null,""],
    [6,"Pamulang","",null,""],
    [7,"Setu","",null,""]
]}
