19 OF_ASSUME_NONNULL_BEGIN
22 OF_JSON_REPRESENTATION_PRETTY = 0x01,
23 OF_JSON_REPRESENTATION_JSON5 = 0x02,
24 OF_JSON_REPRESENTATION_IDENTIFIER = 0x10
58 - (
OFString*)JSONRepresentationWithOptions: (
int)options;
A protocol implemented by classes that support encoding to a JSON representation. ...
Definition: OFJSONRepresentation.h:38
A class for handling strings.
Definition: OFString.h:91
OFString * JSONRepresentation()
Returns the JSON representation of the object as a string.