kw_incref()

kw_incref()#

Increase the reference count of a JSON object with json_t *.

Prototype

PUBLIC void kw_incref(
    json_t      *kw
);
        

Parameters

Key

Type

Description

kw

json_t *

The JSON object whose reference count will be increased.


Return Value

No return value. This function modifies the reference count of the JSON object.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples