func github.com/jmespath/go-jmespath.toArrayStr

5 uses

	github.com/jmespath/go-jmespath (current package)
		functions.go#L373: 			if _, ok := toArrayStr(arg); ok {
		functions.go#L502: 	items, _ := toArrayStr(arguments[0])
		functions.go#L607: 	items, _ := toArrayStr(arguments[0])
		functions.go#L726: 	items, _ := toArrayStr(arguments[0])
		util.go#L164: func toArrayStr(data interface{}) ([]string, bool) {