dpiJson_setFromText

Function dpiJson_setFromText 

Source
pub unsafe extern "C" fn dpiJson_setFromText(
    json: *mut dpiJson,
    value: *const c_char,
    valueLength: u64,
    flags: u32,
) -> c_int
Expand description

Sets the JSON value from the JSON string passed as a byte string.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.