# Functions
NewJSONPathFields creates and returns a new instance of JSONPathFields with the given parser and data.
NewJSONPathParser creates and returns a new instance of JSONPathParser with an empty cache.
copied from kubectl.
# Variables
No description provided by the author
# Structs
JSONPathFields is a struct that holds a JSONPathParser instance and the data to be queried by JSONPath expressions.
JSONPathParser is a struct that holds a cache of parsed JSONPath expressions for efficient reuse.