20OF_ASSUME_NONNULL_BEGIN
27 OFJSONRepresentationOptionPretty = 0x01,
29 OFJSONRepresentationOptionJSON5 = 0x02,
30 OFJSONRepresentationOptionIsIdentifier = 0x10
31} OFJSONRepresentationOptions;
44@protocol OFJSONRepresentation
48@property (readonly, nonatomic)
OFString *JSONRepresentation;
56- (
OFString *)JSONRepresentationWithOptions:
57 (OFJSONRepresentationOptions)options;
A class for handling strings.
Definition OFString.h:135