google.visualization.Query.setResponse({'version':'0.5', 'reqId':'0', 'status':'OK', 'table': {cols: [{id:'name',label:'Name',type:'string'},{id:'salary',label:'Salary',type:'number'},{id:'full_time',label:'Full Time Employee',type:'boolean'}],rows: [{c:[{v:'Jim'},{v:800,f:'$800'},{v:false}]},{c:[{v:'Bob'},{v:7000,f:'$7,000'},{v:true}]},{c:[{v:'Mike'},{v:10000,f:'$10,000'},{v:true}]},{c:[{v:'Alice'},{v:12500,f:'$12,500'},{v:true}]}]}});