Type Alias JSONPropertyPath

JSONPropertyPath: string | readonly (string | number)[]

Represents a PropertyPath that can be losslessly encoded as JSON.

Symbol segments are excluded. Numeric segments must be finite at runtime because JSON converts NaN and infinities to null.