ucl_object_fromstring

Function ucl_object_fromstring 

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

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