{
  "fields": [{"type":"int","id":"_id"},{"type":"text","id":"Poverty Status"},{"type":"numeric","id":"Less than 3 Month"},{"type":"numeric","id":"3-6 Month"},{"type":"numeric","id":"7-9 Month"},{"type":"numeric","id":"10-12 Month"},{"type":"numeric","id":"Total"}],
  "records": [
    [1,"Poor",3.4,16.8,11.4,68.3,100],
    [2,"Non poor",3,9.6,8.2,79.2,100]
]}
