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

_map block should be implemented #74

Closed mimopotato closed 3 months ago

mimopotato commented 3 months ago
key:
  _map:
    items: [a, b, c]
    call: _upcase
key:
 - A
 - B
 - C