I am using plain JavaScript on my project. How can I get the value of the following example with the category? I need to detect whether it comes back true or false.
{
"category": "true"
}
I can get the entire object, but I just want to pull out the value of category.
from comment...
The JSON data is returned from the server based on a form submission. It keeps saying myObject is undefined. How can do I pass this so my JavaScript can read the response?
from comment...
I can get myObject using this:
if (form.XHR.status === 200) {var data = form.XHR.response;}, but if I try to dodata.myObjectit says it's undefined.
foo.category? Also, try harder .. that is really basic and accessible through any search engine. – yoda Jun 27 '12 at 16:24