I used a simple NSLog for a dictionary:
NSLog(@"dict %@", dictionary);
the result was:
... "first_name" = Peter; gender = male; id = 1171548848; "last_name" = Lapisu; ...
Why are some keywords in quotation marks and some not?
If a string contains characters other than letters + numbers, it will be enclosed in quotation marks.
This is the main methodology of the descriptionfunction.
description