Skip to content

Conversation

@smart--petea
Copy link
Contributor

Jzon::Node obj = Jzon::object();
obj.add("a", "hello");
obj.add("a", "buy");

obj.remove("a");

it remove only first occurence of "a". The last remain in object.

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.

1 participant