I used a simple NSLog on a dictionary:
NSLog(@\"dict %@\", dictionary);
the result was:
... \"first_name\" = Peter; gender
When the string has characters apart from alphabets + numerics, it will quote the string.
This is the basic methodology of the description function.
description