{
  "fields": [{"id":"_id","type":"int"},{"id":"Month","type":"text"},{"id":"Number of AQ's Rec'd","type":"numeric"},{"id":"Answered on time","type":"numeric"},{"id":"% answered on time","type":"text"}],
  "records": [
    [1,"Feb ",45,45,"100%"],
    [2,"March",127,127,"100%"],
    [3,"April",58,58,"100%"],
    [4,"May",120,120,"100%"],
    [5,"June",66,66,"100%"],
    [6,"July ",36,36,"100%"],
    [7,"Total",452,452,"100%"]
]}
