I have this json string {"Table" : [{"subject" : "No Records are there to Display"}]}.
If i receive this data i want to alert NO Records Found. Any suggestion.
Note: My key field may vary accordingly (ie) here it is Subject and some more like Details,Description.
I’d use jquery or any other library to convert the JSON string into a JS object: