# Functions

New creates a new path with an initial MapStep or SliceStep.
Traverse returns the element found when traversing the given object using the specified Path.

# Structs

Path represents exact traversal steps specifying a value inside Terraform JSON data.

# Type aliases

MapStep represents a traversal for map[string]any.
SliceStep represents a traversal for []any.