[][src]Function uclicious_libucl_sys::ucl_object_emit

pub unsafe extern "C" fn ucl_object_emit(
    obj: *const ucl_object_t,
    emit_type: ucl_emitter
) -> *mut c_uchar

Emit object to a string @param obj object @param emit_type if type is #UCL_EMIT_JSON then emit json, if type is #UCL_EMIT_CONFIG then emit config like object @return dump of an object (must be freed after using) or NULL in case of error