Expand description
Optional jshift-backed in-place JSON field mutation helpers.
Enabled with the jshift Cargo feature. Not used by the core indexing path;
provided for tooling that streams JSONL manifests or agent side-channels
without full serde_json re-serialization.
Functionsยง
- extract_
json_ field_ slice - Zero-copy extraction of a JSON field slice from raw bytes.
- update_
json_ field_ inplace - Mutate a JSON byte buffer in-place using jshift.