@api private
@param [String] expression A valid
[JMESPath](https://github.com/boto/jmespath) expression.
@param [Hash] data @return [Mixed,nil] Returns the matched values. Returns `nil` if the
expression does not resolve inside `data`.
[Validate]