Documentation

COItem categories documentation

All the public Categories which extend COItem class.

JSON

COItem (JSON)

COItem JSON Serialization.

AuthorsGenerated by qmathe
Declared inCOItem+JSON.h

Default

- (NSData *) JSONData

Returns a JSON object representation of the receiver, encoded as UTF-8.

    - (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 .