20 OF_ASSUME_NONNULL_BEGIN
27 OFJSONRepresentationOptionPretty = 0x01,
29 OFJSONRepresentationOptionJSON5 = 0x02,
30 OFJSONRepresentationOptionIsIdentifier = 0x10
31 } OFJSONRepresentationOptions;
56 - (
OFString *)JSONRepresentationWithOptions:
57 (OFJSONRepresentationOptions)options;
A protocol implemented by classes that support encoding to a JSON representation. ...
Definition: OFJSONRepresentation.h:44
A class for handling strings.
Definition: OFString.h:134
OFString * JSONRepresentation
The JSON representation of the object as a string.
Definition: OFJSONRepresentation.h:48