On Aug 31, 8:38 pm, Stewart <[email protected]> wrote: > So I assumed it was plain JSON I could serialise/deserialise using > json2.js. :-/
modern browsers have native implementations of these functions, which are used by json2.js if available, so I think it's preferable to rename the functions to ensure you are using the stringify() and parse() in json2.js different browsers have slightly different native implementations of these functions which don't appear to work in all cases with the example. for example, see the features introduced in FF 3.5.4 https://developer.mozilla.org/en/Using_JSON_in_Firefox ... -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
