Skip to content

JSONPath Tools / @jsonpath-tools/jsonpath / NormalizedPath

Type Alias: NormalizedPath

ts
type NormalizedPath = readonly NormalizedPathSegment[];

JSONPath query syntactically constrained in a way that each node corresponds to exactly one normalized path, and each normalized path leads to at most one node.

Practically it is an array of string and number segments, respectively property names and indices.