The web service call is failing with the message "Invalid escape sequence found in "" string." being shown through objectLoader:didFailWithError:
method.
The JSON that is being fetched from the server has some \ characters and that appears to be the reason for this failure.
How can this be avoided. A quick search says that JKSerializeOptionEscapeForwardSlashes
should be sepcifed in JSONKit
, but how to implement this with RestKit.