jmespath (package) is a
JavaScript implementation of JMESPath syntax,
which is a query language for JSON. It will take a JSON document and
transform it into another JSON document through a JMESPath
expression.
The JMESPath module implements
the QueryAdapter
interface to use JMESPath syntax as part of JM2MP projection
documents.