yyjson_mut_doc_new

Function yyjson_mut_doc_new 

Source
pub unsafe extern "C" fn yyjson_mut_doc_new(
    alc: *const yyjson_alc,
) -> *mut yyjson_mut_doc
Expand description

Creates and returns a new mutable JSON document, returns NULL on error. If allocator is NULL, the default allocator will be used.