diff --git a/doc/apiref.rst b/doc/apiref.rst index 759d5bf..6defc3a 100644 --- a/doc/apiref.rst +++ b/doc/apiref.rst @@ -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)