{
  "fields": [{"id":"_id","type":"int"},{"id":"区分","type":"numeric"},{"id":"金額","type":"text"}],
  "records": [
    [1,1,""],
    [2,2,""],
    [3,3,""],
    [4,null,""],
    [5,4,""],
    [6,null,""],
    [7,null,""],
    [8,5,""],
    [9,6,""]
]}
