pub unsafe extern "C" fn ucl_object_tostring_forced(
    obj: *const ucl_object_t
) -> *const c_char
Expand description

Convert any object to a string in JSON notation if needed @param obj CL object @return string value