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

reverse should be implemented #19

Closed mimopotato closed 4 months ago

mimopotato commented 4 months ago
keys: [1, 2, 3]

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