{
  "fields": [{"id":"_id","type":"int"},{"id":"地域","type":"text"},{"id":"転入者実数","type":"numeric"},{"id":"転出者実数","type":"numeric"},{"id":"転入超過者実数","type":"numeric"},{"id":"転入者割合","type":"numeric"},{"id":"転出者割合","type":"numeric"}],
  "records": [
    [1,"総数",1961,1901,60,100,100],
    [2,"九州",853,895,-42,43,47],
    [3,"四国",68,37,31,3,2],
    [4,"中国",77,99,-22,4,5],
    [5,"近畿",177,151,26,9,8],
    [6,"中部",118,95,23,6,5],
    [7,"関東",306,315,-9,16,17],
    [8,"東北",28,16,12,1,1],
    [9,"北海道",24,34,-10,1,2],
    [10,"国外",310,259,51,16,14]
]}
