{"ScriptPreparationCode":"var data = [{\r\n place: \u0022here\u0022,\r\n name: \u0022x\u0022,\r\n other: \u0022other stuff1\u0022\r\n },\r\n {\r\n place: \u0022there\u0022,\r\n name: \u0022x\u0022,\r\n other: \u0022other stuff2\u0022\r\n },\r\n {\r\n place: \u0022here\u0022,\r\n name: \u0022y\u0022,\r\n other: \u0022other stuff4\u0022\r\n },\r\n {\r\n place: \u0022here\u0022,\r\n name: \u0022z\u0022,\r\n other: \u0022other stuff5\u0022\r\n }\r\n]","TestCases":[{"Name":"native","Code":"[...new Map(data.map(item =\u003E [item.name, item])).values()]","IsDeferred":false},{"Name":"lodash","Code":"_.uniqWith(data, _.isEqual);","IsDeferred":false}]}