# Functions
AferoImporterOpt configures a VM with a jsonnet.Importer.
ConvertObjectToMap converts an object to a map.
DecodeValue decodes a string to an interface value.
FieldID returns the id for an object field.
FindObject finds a path in an object.
HasField returns true if the object has a field.
Import imports jsonnet from a path.
ImporterOpt configures a VM with a jsonnet.Importer.
ImportFromFs imports jsonnet object from a path on an afero filesystem.
ImportNodeFromFs imports jsonnet node from a path on an afero filesystem.
NewVM creates an instance of VM.
Parse converts a jsonnet snippet to AST Object.
ParseNode converts a jsonnet snippet to AST node.
Set sets an object key at path to a value.
# Structs
AferoImporter implements Importer using an afero Fs interface.
FileImporter extends jsonnet.FileImporter to allow incrementally adding import paths.
VM is a ksonnet wrapper for the jsonnet VM.
# Interfaces
Importer extends jsonnet.Importer to support setting import paths.
# Type aliases
VMOpt is an option for configuring VM.