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

2 uses

	github.com/jmespath/go-jmespath (current package)
		api.go#L14: func Compile(expression string) (*JMESPath, error) {
		api.go#L28: 	jmespath, err := Compile(expression)