doc: Add versionadded directive for json_boolean()

This commit is contained in:
Petri Lehtinen 2012-09-22 14:25:29 +03:00
parent c3fc1d7382
commit 597423ea80

View File

@ -278,6 +278,8 @@ pointers won't change between invocations of these functions.
This is a macro, and equivalent to ``val ? json_true() :
json_false()``.
.. versionadded:: 2.4
.. function:: json_t *json_null(void)