# Functions

BooleanValue returns b as a scalar boolean Value.
FloatValue returns f as a scalar numeric (float) Value.
FromJSON is a helper function for reading a JSON document.
FromJSONFast is a helper function for reading a JSON document.
FromUnstructured will convert a go interface to a Value.
FromYAML is a helper function for reading a YAML document; it attempts to preserve order of keys within maps/structs.
IntValue returns i as a scalar numeric (integer) Value.
No description provided by the author
StringValue returns s as a scalar string Value.

# Structs

Field is an individual key-value pair.
List is a list of items.
Map is a map of key-value pairs.
A Value is an object; it corresponds to an 'atom' in the schema.

# Type aliases

No description provided by the author
FieldList is a list of key-value pairs.
No description provided by the author
No description provided by the author
No description provided by the author