24OF_ASSUME_NONNULL_BEGIN
31 OFJSONRepresentationOptionPretty = 0x01,
33 OFJSONRepresentationOptionJSON5 = 0x02,
34 OFJSONRepresentationOptionIsIdentifier = 0x10
35} OFJSONRepresentationOptions;
48@protocol OFJSONRepresentation
52@property (readonly, nonatomic)
OFString *JSONRepresentation;
60- (
OFString *)JSONRepresentationWithOptions:
61 (OFJSONRepresentationOptions)options;
A class for handling strings.
Definition OFString.h:139