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

Feature/ARC #15

Closed danyowdee closed 13 years ago

danyowdee commented 13 years ago

Fixes an issue with the error code-upon parsing an unfinished JSON dictionary.

The other change is only WRT naming conventions: Xcode doesn't like retained properties when using the ARC refactoring tools. So if you happened to add this code before converting the entire project, Xcode will not let you perform the refactoring if the properties are not converted from retain to strong...

schwa commented 13 years ago

Thanks for the pull req.

danyowdee commented 13 years ago

You're very welcome: It's the least I can do to thank you for your awesome work!