I have an array of objects:
[{"value":"14","label":"7"},{"value":"14","label":"7"},{"value":"18","label":"7"}]
How I can delete this item {"value":"14","label":"7"}
resulting in the new array:
[{"value":"14","label":"7"},{"value":"18","label":"7"}]
?
question from:https://stackoverflow.com/questions/29997710/remove-object-from-array-of-objects