Friday 20 June 2014

How to get Json Edncoded value in js


var resp ="" //Json Value
var objJSON = eval("(function(){return " + resp + ";})()");
objJSON.name // Value

No comments:

Post a Comment