Module rsonpath::result::approx_span
source · Expand description
Recorder implementation finding the starts and approximate ends of all matches.
Faster than a full NodesRecorder, but the span
may include trailing whitespace after the actual matched value.
Structs
- Recorder that finds approximate
MatchSpans, possibly including trailing whitespace after the actual match.