tmyonline Posted April 8, 2008 Share Posted April 8, 2008 Hi guys: I have a JSON of the form: JSON = [{"grade": "90"}, {"grade": "95"}, {"grade": "93"}, {"grade": "98"}]; How do I access members of this JSON in Javascript ? Thanks. Quote Link to comment Share on other sites More sharing options...
nogray Posted April 8, 2008 Share Posted April 8, 2008 try this, JSON[0]['grade'] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.