Module rsonpath_lib::engine

source ·
Expand description

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.

Modules

Result types that can be returned by a JSONPath query engine.

Structs

Input into a query engine.

Traits

Trait for an engine that can run its query on a given input.