Package-level declarations

Common components for parsing YAML nodes.

Types

Link copied to clipboard
class Anchor(val value: String)

Value inside Anchor and Alias

Link copied to clipboard
Link copied to clipboard

Block styles use indentation to denote nesting and scope within the document. In contrast, flow styles rely on explicit indicators to denote nesting and scope.

Link copied to clipboard

Configure the style when String contains non-printable characters

Link copied to clipboard

YAML provides a rich set of scalar styles.

Link copied to clipboard
class SpecVersion(val major: Int, val minor: Int)

YAML Version indicator

Link copied to clipboard
object UriEncoder