Pass a JSON value from REST API to a Javascript function

Techie Guy September 8, 2011

I have a REST service , that will give me a JSON return value... How do I pass it to a javascript function as an argument ?

1 answer

0 votes
JamieA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 8, 2011

If you have a JSON string you can just eval() it to get an js object. You should only do this if you trust the service providing the value, otherwise use JSON.parse.

But jQuery.get and jQuery.post will parse the result automatically, presuming the correct content-type header is sent.

If that doesn't answer your question can you post some sample code?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events