dpiJson_addRef

Function dpiJson_addRef 

Source
pub unsafe extern "C" fn dpiJson_addRef(json: *mut dpiJson) -> c_int
Expand description

Adds a reference to the JSON value. This is intended for situations where a reference to the JSON value needs to be maintained independently of the reference returned when the JSON value was created.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.