mirror of
https://github.com/json-c/json-c.git
synced 2026-03-27 17:09:06 +08:00
Merge branch 'master' of https://github.com/Protovision/json-c into Protovision-master
This commit is contained in:
@@ -1078,3 +1078,8 @@ int json_object_equal(struct json_object* jso1, struct json_object* jso2)
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
int json_object_array_del_idx(struct json_object *jso, int idx, int count)
|
||||
{
|
||||
return array_list_del_idx(jso->o.c_array, idx, count);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user