pub unsafe extern "C" fn yyjson_doc_free(doc: *mut yyjson_doc)Expand description
Release the JSON document and free the memory.
After calling this function, the doc and all values from the doc are no
longer available. This function will do nothing if the doc is NULL.