cbor_load

Loads data item from a buffer

@param source The buffer @param source_size @param resultout Result indicator. #CBOR_ERR_NONE on success @return **new** CBOR item or NULL on failure. In that case, \p result contains location and description of the error.

extern (C)
cbor_item_t*
cbor_load
(
cbor_data source
,,
cbor_load_result* result
)

Meta