pub unsafe extern "C" fn yyjson_mut_doc_get_root(
doc: *mut yyjson_mut_doc,
) -> *mut yyjson_mut_valExpand description
Returns the root value of this JSON document.
Returns NULL if doc is NULL.
pub unsafe extern "C" fn yyjson_mut_doc_get_root(
doc: *mut yyjson_mut_doc,
) -> *mut yyjson_mut_valReturns the root value of this JSON document.
Returns NULL if doc is NULL.