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§

Enums§

Functions§

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