I want to use JSON.stringify and JSON.parse to work with mobile browsers, such as mobile safaris in iOS and Webkit browsers on Android, as well as WebView on both platforms. I want to know compatibility.
PS: I tested the functionality on Android 2.1 and iOS 3.2, and they both support.
source
share