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

2 uses

	github.com/jmespath/go-jmespath (current package)
		interpreter.go#L125: 				return intr.flattenWithReflection(left)
		interpreter.go#L342: func (intr *treeInterpreter) flattenWithReflection(value interface{}) (interface{}, error) {