ObjFW  Diff

Differences From Artifact [db1f76de2d]:

To Artifact [7f041856a4]:


23
24
25
26
27
28
29



30
31
32
33
34
#ifdef __cplusplus
}
#endif

@interface OFString (JSONValue)
/**
 * \brief Creates an object from the JSON value of the string.



 *
 * \return An object
 */
- (id)JSONValue;
@end







>
>
>





23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#ifdef __cplusplus
}
#endif

@interface OFString (JSONValue)
/**
 * \brief Creates an object from the JSON value of the string.
 *
 * \note This also allows parsing JSON5, an extension of JSON. See
 *	 http://json5.org/ for more details.
 *
 * \return An object
 */
- (id)JSONValue;
@end