TouchCode / TouchJSON

A humane JSON Objective-C un-framework. (TouchJSON has been deprecated - see README)
http://touchcode.com/
Other
800 stars 169 forks source link

Escaping symbols #21

Closed ULazdins closed 12 years ago

ULazdins commented 12 years ago

CJSONDeserializer returns error

kJSONScannerErrorCode_DictionaryKeyValueNoDelimiter

when trying to deserialize

{
    "key": "\\\""
}

When deserializing with space between escaped symbols

{
    "key": "\\ \""
}

everything works

ULazdins commented 12 years ago

It's somehow weird, but now I cannot reproduce the same error again. I assume there was something I didn't notice althou tried to test ir properly.

Issue closed.