pub unsafe extern "C" fn yyjson_doc_get_read_size(
doc: *mut yyjson_doc,
) -> usizeExpand 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.
pub unsafe extern "C" fn yyjson_doc_get_read_size(
doc: *mut yyjson_doc,
) -> usizeReturns read size of input JSON data.
Returns 0 if doc is NULL.
For example: the read size of [1,2,3] is 7 bytes.