@@ -35,15 +35,13 @@ * OFArray and OFDictionary, this will generate invalid JSON, as JSON * requires all data to be encapsulated in an array or a dictionary! */ @protocol OFJSONRepresentation /*! - * @brief Returns the JSON representation of the object as a string. - * - * @return The JSON representation of the object as a string + * The JSON representation of the object as a string. */ -- (OFString *)JSONRepresentation; +@property (readonly, nonatomic) OFString *JSONRepresentation; /*! * @brief Returns the JSON representation of the object as a string. * * @param options The options to use when creating a JSON representation.@n