yyjson_doc_get_root

Function yyjson_doc_get_root 

Source
pub unsafe extern "C" fn yyjson_doc_get_root(
    doc: *mut yyjson_doc,
) -> *mut yyjson_val
Expand description

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