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§
- Json
String - String value or JSON member name, conforming to the RFC7159, section 7
Enums§
- Escape
Mode - Escape mode for the
escape
function.
Functions§
- escape
- Escape a string according to JSONPath rules in a given quotation context.