how can i get all the keys of nsmutabledictionary
Posted
by jaiminpanchal27
on Stack Overflow
See other posts from Stack Overflow
or by jaiminpanchal27
Published on 2010-05-25T07:43:24Z
Indexed on
2010/05/25
7:51 UTC
Read the original article
Hit count: 138
iphone
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.
© Stack Overflow or respective owner