My question is: is it safe to use native JSON parser nowadays, or should I worry that some browsers may not support it?
If I have to include the json script, how should I do it? My script is wrapped in an anonymous function. Should the json script be included there? Outside the scope of this anonymous function?
Bookmarks