On Dec 11, 3:47 am, mickm <[email protected]> wrote:
> does google maps require something different to parse these messages? > Those errors have nothing to do with Google Maps. As well I don't think they have anything to do with the standard JSON parser. I don't know where did you get your JSON parser but the basic parser is JavaScript eval(). There is a more sophisticated parser that filters the data. It takes care of safety and invalid entries http://www.json.org/js.html The error messages are not by that parser. That parser is a 'standard' and it is going to be built in browsers. It is already built in FireFox. -- You received this message because you are subscribed to the Google Groups "Google Maps 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-maps-api?hl=en.
