Skip to content

JsonPath

JsonPath = readonly (string | number)[]

Defined in: json/json-node.ts:8

Path through a JSON structure, tracking how we arrived at a value. Each element is either a string (object key) or number (array index).