objective c - Which Json library to use if I am doing manual memory management -
i have code has comptaible 10.5 till 10.8 mac os x. doing manual memory management because of lack of arc on 10.5.
i need incorporate 3rd party json library in project able handle json. pretty new objective-c , cocoa. concerned whether should worried memory managment library doing ?
in sentiment should not utilize lib arc , right ? if that's case need recommendation json lib should utilize manual memory management.
there seems sbjson arc guessing won't suit needs.
any advice new comer please ?
https://github.com/johnezang/jsonkit high performance (usually order of magnitude compared other json libs), easy use. doesn't require arc. more precise, jsonkit doesn't back upwards , not back upwards arc, if planning switch arc in future, maintain in mind.
objective-c cocoa automatic-ref-counting sbjson
No comments:
Post a Comment