20 OF_ASSUME_NONNULL_BEGIN
23 OF_JSON_REPRESENTATION_PRETTY = 0x01,
24 OF_JSON_REPRESENTATION_JSON5 = 0x02,
25 OF_JSON_REPRESENTATION_IDENTIFIER = 0x10
57 - (
OFString *)JSONRepresentationWithOptions: (
int)options;
A class for handling strings.
Definition: OFString.h:132
A protocol implemented by classes that support encoding to a JSON representation.
Definition: OFJSONRepresentation.h:39
OFString * JSONRepresentation
The JSON representation of the object as a string.
Definition: OFJSONRepresentation.h:43