pub unsafe extern "C" fn ucl_object_fromstring(
str: *const c_char,
) -> *mut ucl_object_tExpand description
Create a UCL object from the specified string @param str NULL terminated string, will be json escaped @return new object
pub unsafe extern "C" fn ucl_object_fromstring(
str: *const c_char,
) -> *mut ucl_object_tCreate a UCL object from the specified string @param str NULL terminated string, will be json escaped @return new object