Answer the question
In order to leave comments, you need to log in
How to make NSJSONSerialization return json without escaping "/"?
I use AFNetworking to communicate with the server via json. The standard system NSJSONSerialization is involved there.
When serializing strings containing "/" characters, such as @"26/09/2014 13:56", it escapes them and turns them into @"26\/09\/2014 13:56".
I can never win.
I looked at stackoverflow - I did not understand how people get around this trouble.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question