const github.com/jmespath/go-jmespath.ASTValueProjection

4 uses

	github.com/jmespath/go-jmespath (current package)
		interpreter.go#L289: 	case ASTValueProjection:
		parser.go#L36: 	ASTValueProjection
		parser.go#L233: 			nodeType: ASTValueProjection,
		parser.go#L348: 		return ASTNode{nodeType: ASTValueProjection, children: []ASTNode{left, right}}, err