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
I guess your file contain an unencoded tab (ascii 0x09) that should be replaced with \t according to the json grammar.
0x09
\t