Welcome Guest, Not a member yet? Register   Sign In
How to extract data from JSON string by using JQuery
#2

[eluser]rdjs[/eluser]
Is this what you need?

jQuery parse JSON

Code:
var obj = jQuery.parseJSON('{"name":"John"}');
alert( obj.name === "John" );


Messages In This Thread
How to extract data from JSON string by using JQuery - by El Forum - 01-17-2011, 07:31 AM
How to extract data from JSON string by using JQuery - by El Forum - 01-17-2011, 08:35 AM
How to extract data from JSON string by using JQuery - by El Forum - 01-17-2011, 08:58 AM
How to extract data from JSON string by using JQuery - by El Forum - 01-17-2011, 10:54 AM
How to extract data from JSON string by using JQuery - by El Forum - 01-17-2011, 11:03 AM
How to extract data from JSON string by using JQuery - by El Forum - 01-20-2011, 12:53 AM
How to extract data from JSON string by using JQuery - by El Forum - 01-20-2011, 07:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB