{
  "fields": [{"type":"int","id":"_id"},{"type":"text","id":"Type of Wastes segregated"},{"type":"numeric","id":"Response Percent"}],
  "records": [
    [1,"Sharp waste ",20.1],
    [2,"Pathological waste ",18],
    [3,"Infectious waste ",18.1],
    [4,"Radioactive waste ",7.2],
    [5,"Chemical waste ",12.5],
    [6,"Medicinal waste ",18.5],
    [7,"Other waste ",5.5],
    [8,"Total ",100]
]}
