530
Example :
var json = ‘{“result”:true,”count”:1}’,
obj = JSON.parse(json);
obj = JSON.parse(json);
alert(obj.count);
For the browsers that don’t you can implement it using json2.js.
3x Salesforce MVP | Platform Champion | 22x Salesforce Certified | MuleSoft Certified | All Star Ranger | TechForce Services | Sydney | Australia