I am building a web site and I use a url which returns a JSON response, like: {name:mark; status:ok} I would like to obtain the name, using only JavaScript or jQuery in my HTML page. Can somebody help me to do this?