yyjson_doc_get_read_size

Function yyjson_doc_get_read_size 

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

Returns read size of input JSON data. Returns 0 if doc is NULL. For example: the read size of [1,2,3] is 7 bytes.