Returns an array of the top-level keys in the indicated tree.
$ cat letters.yaml
a: The letter A
b: The letter B
c: The letter C
$ ori keys letters.yaml
- a
- b
- c
See also values
.
tree:
Returns an array of the top-level keys in the indicated tree.
$ cat letters.yaml
a: The letter A
b: The letter B
c: The letter C
$ ori keys letters.yaml
- a
- b
- c
See also values
.