{
  "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,"January",12,12,"100%"],
    [2,"February",131,131,"100%"],
    [3,"March",107,107,"100%"],
    [4,"April",13,13,"100%"],
    [5,"May",7,7,"100%"],
    [6,"June",9,9,"100%"],
    [7,"July",52,52,"100%"],
    [8,"August",10,10,"100%"],
    [9,"Total",341,341,"100%"]
]}
