Module rsonpath_lib::result

source ·
Expand description

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

Structs

  • Result informing on the number of values matching the executed query.
  • Query result containing all indices of colons that constitute a match.

Traits

  • Result that can be reported during query execution.