pub unsafe extern "C" fn yyjson_mut_obj_size(
obj: *mut yyjson_mut_val,
) -> usizeExpand description
Returns the number of key-value pairs in this object.
Returns 0 if obj is NULL or type is not object.
pub unsafe extern "C" fn yyjson_mut_obj_size(
obj: *mut yyjson_mut_val,
) -> usizeReturns the number of key-value pairs in this object.
Returns 0 if obj is NULL or type is not object.