Base traits for different implementations of JSONPath execution engines.
Defines the Runner trait that provides different ways of retrieving query results from input bytes. Result types are defined in the result module.
Runner