[][src]Function uclicious_libucl_sys::ucl_object_fromstring

pub unsafe extern "C" fn ucl_object_fromstring(
    str: *const c_char
) -> *mut ucl_object_t

Create a UCL object from the specified string @param str NULL terminated string, will be json escaped @return new object