Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > JavaScript > reading json ob...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 11 Topic 35473 of 36179
Post > Topic >>

reading json object with jquery

by "Jon Paal [MSMD]" <Jon nospam Paal @[EMAIL PROTECTED] everywhere dot com> May 4, 2008 at 11:50 AM

using json like

( {"Records": [ {"firstname":"Nancy","lastname":"Davolio"} ],
"RecordCount":"1" } )

and jquery like:

 $.ajax({
....

    success: function(json, status) {
     if(json.Records){alert("firstname= "+json.Records.firstname );}
....

I can retrieve values for firstname if I use the reference spelled out

is there a way to get it by numerical position, something like:

  if(json.Records){alert("firstname= "+json.Records.0 );}

except it would work .. :)

thanks in advance
 




 11 Posts in Topic:
reading json object with jquery
"Jon Paal [MSMD]&quo  2008-05-04 11:50:48 
Re: reading json object with jquery
Jorge <jorge@[EMAIL PR  2008-05-04 17:13:41 
Re: reading json object with jquery
"Jon Paal [MSMD]&quo  2008-05-04 20:57:51 
Re: reading json object with jquery
Lasse Reichstein Nielsen   2008-05-05 07:01:33 
Re: reading json object with jquery
Jorge <jorge@[EMAIL PR  2008-05-05 03:04:48 
Re: reading json object with jquery
jdalton <John.David.Da  2008-05-05 06:07:09 
Re: reading json object with jquery
Jorge <jorge@[EMAIL PR  2008-05-05 14:12:20 
Re: reading json object with jquery
Thomas 'PointedEars' Lahn  2008-05-06 21:24:18 
Re: reading json object with jquery
"Jon Paal [MSMD]&quo  2008-05-05 20:27:16 
Re: reading json object with jquery
Jorge <jorge@[EMAIL PR  2008-05-06 00:16:57 
Re: reading json object with jquery
Jorge <jorge@[EMAIL PR  2008-05-07 01:25:48 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Jul 5 19:20:08 CDT 2008.