pub unsafe extern "C" fn yyjson_doc_get_val_count(
doc: *mut yyjson_doc,
) -> usizeExpand description
Returns total value count in this JSON document.
Returns 0 if doc is NULL.
For example: the value count of [1,2,3] is 4.
pub unsafe extern "C" fn yyjson_doc_get_val_count(
doc: *mut yyjson_doc,
) -> usizeReturns total value count in this JSON document.
Returns 0 if doc is NULL.
For example: the value count of [1,2,3] is 4.