Need help on how to traverse json string data

Need help on how to traverse json string data

Hi,
 
Please help me out on how to access a json string using jquery as i am quite new to Jquery.
 
I have a data json string as below which is rows of data as it should be passed to a grid
 
[
{"RTC ID":"MNC12","Applicability":"IMQ","Attribute1":"Trigger","Attribute3":"","name":"65-4000/01310","Req Priority":"High"},
{"RTC ID":"MNC13","Applicability":"OQ","Attribute1":"Slope","Attribute3":"","name":"65-4000/01310","Req Priority":"Low"},
{"RTC ID":"MNC14","Applicability":"RFS","Attribute1":"Remote","Attribute3":"","name":"65-4000/01310","Req Priority":"Meduim"}


]
 
Please help on how to read the data using jquery.