yyjson_mut_obj_size

Function yyjson_mut_obj_size 

Source
pub unsafe extern "C" fn yyjson_mut_obj_size(
    obj: *mut yyjson_mut_val,
) -> usize
Expand description

Returns the number of key-value pairs in this object. Returns 0 if obj is NULL or type is not object.