How to serialize the following class in objective-c so that it can be used with SBJson?
I get \"JSON serialisation not supported for Animal\" error when I use this c
Check the newly introduced NSJSONSerialization class:
NSJSONSerialization class