for example json response is like this:
{testing:[
{"title":"Hello","text":"Hello Test!"},
{"title":"World","text":"World Test!"}
]}
how can I parse this json data using jQuery getJSON and jQuery.each function to print this data in separate div tags?
testingshould be in double quotes.