pub unsafe extern "C" fn yyjson_mut_doc_new(
alc: *const yyjson_alc,
) -> *mut yyjson_mut_docExpand description
Creates and returns a new mutable JSON document, returns NULL on error. If allocator is NULL, the default allocator will be used.
pub unsafe extern "C" fn yyjson_mut_doc_new(
alc: *const yyjson_alc,
) -> *mut yyjson_mut_docCreates and returns a new mutable JSON document, returns NULL on error. If allocator is NULL, the default allocator will be used.