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

2 uses

	github.com/jmespath/go-jmespath (current package)
		interpreter.go#L92: 				return intr.filterProjectionWithReflection(node, left)
		interpreter.go#L381: func (intr *treeInterpreter) filterProjectionWithReflection(node ASTNode, value interface{}) (interface{}, error) {