How can I inspect the window object for mobile safari?
Or more specifically window.navigator - trying to convert to string doesn\'t work and I can\'t explore it with
I like jsconsole.com.
Also, you can use the json2.js library (https://github.com/douglascrockford/JSON-js), which will give you JSON.stringify() function.
console.log(JSON.stringify({a:'a',b:'b'});