Possible Duplicate:
How to initialize NSString as text with double quotes
How can I add tan actual double quote to a variable inside on NSString to be used in NSDictionary? Example
NSString *ename=@"John Doe";
NSDictionary *profile=@{@"Profile":@{"Name":ename}};
I need to display like this "Profile":{"Name":"John Doe"}