Expand description
JSONPath subjects for condition expressions: $.user.name (request
body), request_body:$..., response_body:$.... Paths are compiled at
config load (RFC 9535 via serde_json_path); malformed paths fail policy
compilation, not requests.
Structs§
- Json
Subject - A compiled JSONPath subject.
Enums§
- Body
Target - Which body a JSONPath subject queries.
Functions§
- parse_
json_ subject - Recognizes and compiles a JSONPath subject.
Nonemeans the subject is a plain var name;Some(Err)means it looked like a JSONPath subject but the path is malformed.