You might not need to do a regex. If
google.visualization.Query.setResponse returns JSON, then you can just
eval it directly.
Something like
response = google.visualization.Query.setResponse(...)
response = eval(response);
var data = new google.visualization.DataTable(response.table);

On Jan 17, 11:12 am, NA <[email protected]> wrote:
> Hi,
>
> That's what I ended up doing.  With some minor tweaks to the regexp
> expressions, it works well.  (If anyone wants to see, let me know and
> I'll post it later tonight.  I'm not at the computer that has access
> to that code right now).
>
> thanks again for the helpful suggestion,

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to