I have an ajaxpost that returns a response in form of json and I want to show the message
{ "message" : "100.10.10.100:18080_: SERVICE_UNAVAILABLE NoSuchElementException. Please fix it. there might be otehr reason, and need to address it, or call, incorrect username/password-username/port?. " }
How can I get the value of json? I used the following but Message is undefined, What are the other ways of getting json object
var Message = Obj.response; //Obj.response equals to the json above.