# Packages
Package field implements a bloblang interpolation function templating syntax used in some dynamic fields within Bento.
Package mapping provides a parser for the full bloblang mapping spec.
No description provided by the author
No description provided by the author
Package query provides a parser for the right-hand side query part of the bloblang spec.
# Functions
GlobalEnvironment returns the global default environment.
NewEmptyEnvironment creates a fresh Bloblang environment starting completely empty, where no functions or methods are initially available.
NewEnvironment creates a fresh Bloblang environment, starting with the full range of globally defined features (functions and methods), and provides APIs for expanding or contracting the features available to this environment.
# Structs
Environment provides an isolated Bloblang environment where the available features, functions and methods can be modified.