package
0.11.0
Repository: https://github.com/bryanl/ksonnet.git
Documentation: pkg.go.dev

# Functions

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

VM is a ksonnet wrapper for the jsonnet VM.

# Type aliases

VMOpt is an option for configuring VM.