type github.com/jmespath/go-jmespath.jpType

45 uses

	github.com/jmespath/go-jmespath (current package)
		functions.go#L17: type jpType string
		functions.go#L20: 	jpUnknown     jpType = "unknown"
		functions.go#L21: 	jpNumber      jpType = "number"
		functions.go#L22: 	jpString      jpType = "string"
		functions.go#L23: 	jpArray       jpType = "array"
		functions.go#L24: 	jpObject      jpType = "object"
		functions.go#L25: 	jpArrayNumber jpType = "array[number]"
		functions.go#L26: 	jpArrayString jpType = "array[string]"
		functions.go#L27: 	jpExpref      jpType = "expref"
		functions.go#L28: 	jpAny         jpType = "any"
		functions.go#L39: 	types    []jpType
		functions.go#L131: 				{types: []jpType{jpString, jpArray, jpObject}},
		functions.go#L138: 				{types: []jpType{jpString}},
		functions.go#L139: 				{types: []jpType{jpString}},
		functions.go#L146: 				{types: []jpType{jpNumber}},
		functions.go#L153: 				{types: []jpType{jpArrayNumber}},
		functions.go#L160: 				{types: []jpType{jpNumber}},
		functions.go#L167: 				{types: []jpType{jpArray, jpString}},
		functions.go#L168: 				{types: []jpType{jpAny}},
		functions.go#L175: 				{types: []jpType{jpString}},
		functions.go#L176: 				{types: []jpType{jpString}},
		functions.go#L183: 				{types: []jpType{jpNumber}},
		functions.go#L190: 				{types: []jpType{jpExpref}},
		functions.go#L191: 				{types: []jpType{jpArray}},
		functions.go#L199: 				{types: []jpType{jpArrayNumber, jpArrayString}},
		functions.go#L206: 				{types: []jpType{jpObject}, variadic: true},
		functions.go#L213: 				{types: []jpType{jpArray}},
		functions.go#L214: 				{types: []jpType{jpExpref}},
		functions.go#L222: 				{types: []jpType{jpArrayNumber}},
		functions.go#L229: 				{types: []jpType{jpArrayNumber, jpArrayString}},
		functions.go#L236: 				{types: []jpType{jpArray}},
		functions.go#L237: 				{types: []jpType{jpExpref}},
		functions.go#L245: 				{types: []jpType{jpAny}},
		functions.go#L252: 				{types: []jpType{jpObject}},
		functions.go#L259: 				{types: []jpType{jpObject}},
		functions.go#L266: 				{types: []jpType{jpArrayString, jpArrayNumber}},
		functions.go#L273: 				{types: []jpType{jpArray}},
		functions.go#L274: 				{types: []jpType{jpExpref}},
		functions.go#L282: 				{types: []jpType{jpString}},
		functions.go#L283: 				{types: []jpType{jpArrayString}},
		functions.go#L290: 				{types: []jpType{jpArray, jpString}},
		functions.go#L297: 				{types: []jpType{jpAny}},
		functions.go#L304: 				{types: []jpType{jpAny}},
		functions.go#L311: 				{types: []jpType{jpAny}},
		functions.go#L318: 				{types: []jpType{jpAny}, variadic: true},