Module rsonpath::engine

source ·
Expand description

Base traits for different implementations of JSONPath execution engines.

Defines the Engine trait that provides different ways of retrieving query results from input bytes, as well as Compiler which provides a standalone entry point for compiling a JsonPathQuery into an Engine.

Re-exports§

Modules§

  • Error definitions and utilities for engine execution.
  • Main implementation of a JSONPath query engine.

Traits§