Comment on Why does Google prepend while(1); to their JSON responses?Comments−CaliforniaKarl9yI haven't worked with JSON like that before. Do JSON parsers properly ignore the stuff Google puts in, or do you have to strip it out before parsing?−RKearney9yIn the very first stack overflow answer: > an AJAX request at mail.google.com > will have full access to the text content, > and can strip it away.
Comments
I haven't worked with JSON like that before. Do JSON parsers properly ignore the stuff Google puts in, or do you have to strip it out before parsing?
In the very first stack overflow answer: