Module 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§

JsonString
String value or JSON member name, conforming to the RFC7159, section 7

Enums§

EscapeMode
Escape mode for the escape function.

Functions§

escape
Escape a string according to JSONPath rules in a given quotation context.