Skip to content

JSONPath Tools / @jsonpath-tools/jsonpath / SegmentType

Enumeration: SegmentType

Type of a segment.

Enumeration Members

child

ts
child: 0;

Child segment.


descendant

ts
descendant: 1;

Descendant segment.