|
ObjFW
|
A protocol implemented by classes that support encoding to a JSON representation. More...
#import <OFJSONRepresentation.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.
OFJSONRepresentation.h ObjFW/OFJSONRepresentation.h
| - (OFString *) JSONRepresentationWithOptions: | (OFJSONRepresentationOptions) | options |
Returns the JSON representation of the object as a string.
| options | The options to use when creating a JSON representation |