pub unsafe extern "C" fn dpiJson_setFromText(
json: *mut dpiJson,
value: *const c_char,
valueLength: u64,
flags: u32,
) -> c_intExpand 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.