pub unsafe extern "C" fn dpiJson_setValue(
json: *mut dpiJson,
topNode: *mut dpiJsonNode,
) -> c_intExpand 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.