Probaly a duplicate but can't seem to find a solution. Is there a way in objective-c to convert:
{
"a" : "value1",
"b" : 1,
"c" : "value3",
"d" : "value4",
}
to:
"{\r\n\t\"a\" : \"value1\",\r\n\t\"b\" : 1,\r\n\t\"c\" : \"value3\",\r\n\t\"d\" : \"value4\",\r\n}"
Thank you