ObjFW
|
A protocol implemented by classes that support encoding to a JSON representation. More...
#include <ObjFW/ObjFW.h>
Instance Methods | |
(OFString *) | - JSONRepresentationWithOptions: |
Returns the JSON representation of the object as a string. | |
Properties | |
OFString * | JSONRepresentation |
The JSON representation of the object as a string. | |
A protocol implemented by classes that support encoding to a JSON representation.
- (OFString *) JSONRepresentationWithOptions: | (OFJSONRepresentationOptions) | options |
Returns the JSON representation of the object as a string.
options | The options to use when creating a JSON representation |