objective c - Description of NSDictionary - why are some key names with quotes? -
objective c - Description of NSDictionary - why are some key names with quotes? -
i used simple nslog on dictionary
nslog(@"dict %@", dictionary);
the result got was
... "first_name" = peter; gender = male; id = 1171548848; "last_name" = lapisu; ...
why key names in "quotes" , not?
when string has characters apart alphabets + numerics, quote string. basic methodology of description function.
objective-c cocoa nsdictionary
Comments
Post a Comment