pub unsafe extern "C" fn yyjson_doc_get_root(
doc: *mut yyjson_doc,
) -> *mut yyjson_valExpand description
Returns the root value of this JSON document.
Returns NULL if doc is NULL.
pub unsafe extern "C" fn yyjson_doc_get_root(
doc: *mut yyjson_doc,
) -> *mut yyjson_valReturns the root value of this JSON document.
Returns NULL if doc is NULL.