Link to home
Start Free TrialLog in
Avatar of armitchou
armitchou

asked on

Getting JSON Data from an HTTP Request

in Firefox firebug, i can see Json response object with my variables. How can i do with javascript for having values of my data?

Thanks.
Avatar of Brendan M
Brendan M
Flag of Australia image

store the data from the request in the variable then you can see how to access it in examples from the page below

http://www.json.org/js.html
Avatar of armitchou
armitchou

ASKER

But how can I store the JSON data from the request in the variable?

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of Brendan M
Brendan M
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Help me.
Thanks!