# Functions
AsTyped accepts a value and a type and returns a TypedValue.
AsTypeUnvalidated is just like AsTyped, but doesn't validate that the type conforms to the schema, for cases where that has already been checked or where you're going to call a method that validates as a side-effect (like ToFieldSet).
NewParser will build a YAMLParser from a schema.
# Variables
DeducedParseableType is a ParseableType that deduces the type from the content of the object.
# Structs
Comparison is the return value of a TypedValue.Compare() operation.
ParseableType allows for easy production of typed objects.
Parser implements YAMLParser and allows introspecting the schema.
TypedValue is a value of some specific type.
ValidationError reports an error about a particular field.
# Type aliases
ValidationErrors accumulates multiple validation error messages.
YAMLObject is an object encoded in YAML.