Expand description

Tags for YAML language-independent types.

The contents of this module are based on the list of language-independent YAML tags defined under the yaml.org domain. The list is available at https://yaml.org/type.

Constants

A sequence of zero or more octets (8-bit values).

Mathematical booleans.

Floating-point approximation to real numbers.

Mathematical integers.

Unordered set of key: value pairs without duplicates.

Specify one or more mappings to be merged with the current one.

Devoid of value.

Ordered sequence of key: value pairs without duplicates.

Ordered sequence of key: value pairs allowing duplicates.

Sequence of arbitrary values.

Unordered set of non-equal values.

A sequence of zero or more Unicode characters.

A point in time.

Specify the default value of a mapping.

Keys for encoding YAML in YAML.