type
YamlMap
const class YamlMap : YamlObj
A YamlObj whose content always has the type YamlObj:YamlObj. For example, each item on the list below is a map:
- foo: bar
a: b
- {foo: bar, a: b}
constructors
| make |
Creates a YamlMap with the map |
|---|
methods
| val |
Content value as a map |
|---|