Json – jq – remove duplicates from arrays
i want to remove the duplicates from each array in this json: { "abc": [ "five" ], "pqr": [ "one", "one", "two", "two", "three", "three", "four", "four" ], "xyz": [ "one", "one", "two", "two", "four" ] } output I am…