{
  "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":"NOT Answered on time","type":"numeric"},{"id":"% answered on time","type":"text"}],
  "records": [
    [1,"Aug",3,3,0,"100%"],
    [2,"Sept",45,44,1,"98%"],
    [3,"Oct",105,104,1,"99%"],
    [4,"Nov",85,85,0,"100%"],
    [5,"Dec",61,61,0,"100%"],
    [6,"Total",299,297,2,"99%"]
]}
