I\'m not familiar with jquery. Will you please help me in this? I have a json respone from url but i don\'t know how, can i read key value in jquery.
For ex
var json = $.parseJson(jsonString);
To get the value 282829899 for "HAWBID", you would use:
var hawbid = json.waybill_log.TrackingResult.HAWBEntity.HAWBID;