# Functions
AsInternalValue Uses reflect package to do a shallow translation of the model to a map wrapped in an InternalValue.
AsModel decodes an InternalValue to a model.
# Type aliases
InternalValue is a map that holds model data.
SliceField is a field that represents a slice of any type.