const class yaml::YamlMap

sys::Obj
  yaml::YamlObj
    yaml::YamlMap

Source

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}
make

new make(YamlObj:YamlObj val, Str tag := "!", FileLoc loc := FileLoc.unknown)

Source

Creates a YamlMap with the map val as content, found at location loc, with tag as its tag.

val

virtual override YamlObj:YamlObj val()

Source

Content value as a map