I am using SBJson framework (also known as json-framework) for the iOS.
When parsing a certain JSON file, I am getting the following error: -JSONValue failed. E
Have a look at http://www.json.org/ There are some characters that need to be escaped to be properly parsed by JSON. This is the cause. The file is not proper JSON.