github.com/jmespath/go-jmespath.treeInterpreter.sliceWithReflection (method)

2 uses

	github.com/jmespath/go-jmespath (current package)
		interpreter.go#L276: 				return intr.sliceWithReflection(node, value)
		interpreter.go#L363: func (intr *treeInterpreter) sliceWithReflection(node ASTNode, value interface{}) (interface{}, error) {