# 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.