[][src]Function uclicious_libucl_sys::ucl_object_emit_full

pub unsafe extern "C" fn ucl_object_emit_full(
    obj: *const ucl_object_t,
    emit_type: ucl_emitter,
    emitter: *mut ucl_emitter_functions,
    comments: *const ucl_object_t
) -> bool

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 @param emitter a set of emitter functions @param comments optional comments for the parser @return dump of an object (must be freed after using) or NULL in case of error