YamlValue


Object Hierarchy:

Object hierarchy for YamlValue

Description:

public class YamlValue : Object

Represents a YAML value (scalar, mapping, or sequence).

YamlValue is an immutable representation of a parsed YAML node.

Example:

    YamlValue ? root = Yaml.parse ("name: Alice\nage: 30");
string name = root.get ("name").asString ();


Namespace: Vala.Encoding
Package: Valacore

Content:

Methods:

Inherited Members:

All known members inherited from class GLib.Object