dpiJson_setValue

Function dpiJson_setValue 

Source
pub unsafe extern "C" fn dpiJson_setValue(
    json: *mut dpiJson,
    topNode: *mut dpiJsonNode,
) -> c_int
Expand description

Sets the JSON value to the data found in the hierarchy of nodes pointed to by the top level node.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.