package
11.0.0+incompatible
Repository: https://github.com/kubernetes/client-go.git
Documentation: pkg.go.dev
# Functions
New creates a new JSONPath with the given name.
Parse parsed the given text and return a node Parser.
UnquoteExtend is almost same as strconv.Unquote(), but it support parse single quotes as a string.
# Structs
ArrayNode holds start, end, step information for array index selection.
BoolNode holds bool value.
FieldNode holds field of struct.
FilterNode holds operand and operator information for filter.
FloatNode holds float value.
IdentifierNode holds an identifier.
IntNode holds integer value.
ListNode holds a sequence of nodes.
ParamsEntry holds param information for ArrayNode.
RecursiveNode means a recursive descent operator.
TextNode holds plain text.
UnionNode is union of ListNode.
WildcardNode means a wildcard.
# Type aliases
NodeType identifies the type of a parse tree node.