{
  "fields": [{"type":"int","id":"_id"},{"type":"text","id":"Province"},{"type":"numeric","id":"Deaths"},{"type":"text","id":"Injured"},{"type":"text","id":"Houses Damaged"}],
  "records": [
    [1,"ICT",2,"Null","Null"],
    [2,"Balochistan",12,"10","Null"],
    [3,"Khyber Pakhtunkhwa",78,"69","216"],
    [4,"Punjab",30,"43","123"],
    [5,"Sindh",63,"17","34"],
    [6,"AJ&K",42,"18","132"],
    [7,"Gilgit Baltistan",8,"12","170"],
    [8,"TOTAL",235,"169","675"]
]}
