This is my data:
[ { url: \'www.example.com/hello\', id: \"22\" }, { u
For a simple array, you have the union approach, but you can also use :
_.uniq([2, 1, 2]);