JSONPath
- Created
- 2023-10-03
- Last Updated
- 2023-10-03
- Available Formats
-
XML
HTML
Plain text
Registry included below
Function Extensions
- Registration Procedure(s)
-
Expert Review
- Expert(s)
-
Unassigned
- Reference
- [RFC-ietf-jsonpath-base-21]
- Available Formats
-
CSV
Function Name | Description | Parameters | Result | Change Controller | Reference |
---|---|---|---|---|---|
length | length of string, array, object | ValueType | ValueType | IETF | [RFC-ietf-jsonpath-base-21, Section 2.4] |
count | size of nodelist | NodesType | ValueType | IETF | [RFC-ietf-jsonpath-base-21, Section 2.4] |
match | regular expression full match | ValueType, ValueType | LogicalType | IETF | [RFC-ietf-jsonpath-base-21, Section 2.4] |
search | regular expression substring match | ValueType, ValueType | LogicalType | IETF | [RFC-ietf-jsonpath-base-21, Section 2.4] |
value | value of single node in nodelist | NodesType | ValueType | IETF | [RFC-ietf-jsonpath-base-21, Section 2.4] |