[][src]Function uclicious_libucl_sys::ucl_object_fromlstring

pub unsafe extern "C" fn ucl_object_fromlstring(
    str: *const c_char,
    len: usize
) -> *mut ucl_object_t

Create a UCL object from the specified string @param str fixed size string, will be json escaped @param len length of a string @return new object