type
YamlList
src
const class YamlList : YamlObj
A YamlObj whose content always has the type YamlObj[]
. For example, each item on the list below is itself a list:
- - a - b - c - [a, b, c]
constructors
make |
Creates a YamlList with the list |
---|