COItem categories documentation
JSON
COItem (JSON)Default
- - (id) JSONPlist
Returns a plist form of the JSON serialization, suitable for converting to JSON bytes using NSJSONSerialization.
- - (id) initWithJSONData: (NSData *)data
Initializes a COItem with the given JSON serialization, generated by -JSONData .
- - (id) initWithJSONPlist: (id)aPlist
Initializes a COItem with the given JSON serialization, generated by -JSONPlist .