yyjson_mut_doc_get_root

Function yyjson_mut_doc_get_root 

Source
pub unsafe extern "C" fn yyjson_mut_doc_get_root(
    doc: *mut yyjson_mut_doc,
) -> *mut yyjson_mut_val
Expand description

Returns the root value of this JSON document. Returns NULL if doc is NULL.