I have a json response coming and i need to get all the values whose keys are a particular string… for e.g : www_name, www_age etc are coming in the nsmutabledictionary as keys now i want to search all those values having “www_” as their part of the string.
Share
Loop over the dictionary and filter.