I am creating a new JSON (NSDictionary) object in Objective-C using various methods such
objectForKey
but when I actually print the NSDictionary object after converting it to NSString, I see that unlike the colon (:) separator, it uses the equals (=) separator between the key and value.
How can I ensure that the NSDictionary uses the : as a separator between the key and value?