{% assign fruits = "apples, oranges, peaches, tomatoes, tomatoes" | split: ", " | uniq | json %} => [apples, oranges, peaches, tomatoes]
{% assign fruits = "apples, oranges, peaches, tomatoes, tomatoes" | split: ", " | uniq | json %}
=> [apples, oranges, peaches, tomatoes]
Включите в вашем браузере JavaScript!