let list=[{number:12},{number:121212},{number:121212}] list=[...new Set(list.map(item=>JSON.stringify(item)))].map(item=>JSON.parse(item))