Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added array_list_del_idx and json_object_array_del_idx #179

Merged
merged 1 commit into from
Apr 30, 2016

Conversation

Protovision
Copy link
Contributor

array_list_del_idx lets you delete a number of elements from an array list starting at a specified index. json_object_array_del_idx uses array_list_del_idx to do the same thing for json object arrays.

@hawicz
Copy link
Member

hawicz commented May 9, 2015

Can we get some tests for this?

@hawicz hawicz merged commit cdca9d3 into json-c:master Apr 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants