Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Native JSON object support on mobile browsers

I want to use JSON.stringify and JSON.parse to do some work on mobile browsers such as mobile safari on iOS and Webkit browsers on android and also the WebView on both platforms. I want to know the compatibility.

PS: I tested the functionality on android 2.1 and iOS 3.2 and they both support.

like image 385
jz1108 Avatar asked Mar 07 '12 08:03

jz1108


1 Answers

This site offers great tables of compatibility for lots of functionalities. Check the JSON mobile support here: http://caniuse.com/json

Hope you find it useful. Cheers.

like image 158
elussich Avatar answered Sep 28 '22 02:09

elussich