NSStringify
Easily embed and format a multi-line JSON, XML or Text as
NSString
in Objective-C code
Create your NSString! Sometimes when programming in Objective-C it is convenient to hard code in a multi-line string. But it's such a pain to type out all those escaped double quotes and end of line slashes! Enter a multiple line bit of text. For example: { "JSON": "is the best" } or maybe some
XML would go well
Remember: Only you hold the key to your future.