dpiJson_release

Function dpiJson_release 

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

Releases a reference to the JSON value. A count of the references to the JSON value is maintained and when this count reaches zero, the memory associated with the JSON value is freed.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.