Hi, my name is Jhon Jario Roa and this is my blog. Here you'll find a little bit of java, python, javascript, linux, birt, jasper, objective C, extJS and other stuff. You also are gonna find some solutions that worked for me.
Monday, April 23, 2012
JQuery: parse json text to json Object
var obj = jQuery.parseJSON('{"name":"John"}'); alert( obj.name === "John" );
No comments:
Post a Comment