mimopotato / funcml-core

Makes writing YAML or JSON files super cool with functions support!
https://funcml.org
MIT License
0 stars 0 forks source link

uniq should be implemented #20

Closed mimopotato closed 4 months ago

mimopotato commented 4 months ago

keys: [1, 1, 2, 3]

result:
  _uniq: $keys
result:
  - 1
  - 2
  - 3