Yaml


Object Hierarchy:

Object hierarchy for Yaml

Description:

public class Yaml : Object

YAML parsing, serialization, and query utilities.

Supports a subset of YAML: mappings, sequences, scalars (strings, integers, doubles, booleans, null), block style, flow style for inline sequences/mappings, multi-line strings, comments, and multi-document YAML.

Example:

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


Namespace: Vala.Encoding
Package: Valacore

Content:

Static methods:

Creation methods:

Inherited Members:

All known members inherited from class GLib.Object