Module rsonpath_syntax::str
source · Expand description
JSON string types expressible in a JSONPath query.
This may refer to a member name when used in a name selector, or a raw string value used for comparison or matching in a filter expression.
Structs
- String value or JSON member name, conforming to the RFC7159, section 7
Enums
- Escape mode for the
escape
function.
Functions
- Escape a string according to JSONPath rules in a given quotation context.