Open cedx opened 4 years ago
It would be cool if we could iterate over the keys and values:
import yaml.Yaml; import yaml.util.ObjectMap.AnyObjectMap; final yaml: AnyObjectMap = Yaml.read("path/to/file.yaml"); for (key => value in yaml) { ... }
See: https://api.haxe.org/KeyValueIterator.html
It would be cool if we could iterate over the keys and values:
See: https://api.haxe.org/KeyValueIterator.html