Skip to content

JSONPath Tools / @jsonpath-tools/jsonpath / NormalizedPathSegment

Type Alias: NormalizedPathSegment

ts
type NormalizedPathSegment = string | number;

Segment of NormalizedPath. Property name or index.