dpiJson_getValue

Function dpiJson_getValue 

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

Returns the top node of a hierarchy of nodes containing the data stored in the JSON value.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.