24OF_ASSUME_NONNULL_BEGIN
31 OFJSONRepresentationOptionPretty = 0x01,
33 OFJSONRepresentationOptionJSON5 = 0x02,
35 OFJSONRepresentationOptionSorted = 0x04,
36 OFJSONRepresentationOptionIsIdentifier = 0x10
37} OFJSONRepresentationOptions;
49@protocol OFJSONRepresentation
53@property (readonly, nonatomic)
OFString *JSONRepresentation;
61- (
OFString *)JSONRepresentationWithOptions:
62 (OFJSONRepresentationOptions)options;
A class for handling strings.
Definition OFString.h:143