mirror of
https://github.com/json-c/json-c.git
synced 2026-03-26 16:39:06 +08:00
add json_object_object_length
This commit is contained in:
@@ -227,3 +227,7 @@ int lh_table_delete(struct lh_table *t, const void *k)
|
||||
return lh_table_delete_entry(t, e);
|
||||
}
|
||||
|
||||
int lh_table_length(struct lh_table *t)
|
||||
{
|
||||
return t->count;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user