I have a problem...I am building a web site and I use a url whichwhich returns a jsonJSON response, like: {name:mark; status:ok}
{name:mark; status:ok} I would like to obtain the name, using only javascriptJavaScript or JqueryjQuery in my htmlHTML page.
Somebody canCan somebody help me to do this?
thanks