ObjFW  Diff

Differences From Artifact [46da2546fe]:

To Artifact [958d67c1a9]:


27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
	OFString *_string;
	size_t _line;
}

/*!
 * The string containing the invalid JSON representation.
 */
@property (readonly, copy) OFString *string;

/*!
 * The line in which parsing the JSON representation failed.
 */
@property (readonly) size_t line;

/*!







|







27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
	OFString *_string;
	size_t _line;
}

/*!
 * The string containing the invalid JSON representation.
 */
@property (readonly, nonatomic) OFString *string;

/*!
 * The line in which parsing the JSON representation failed.
 */
@property (readonly) size_t line;

/*!