Skip to main content

Function: tokenizeJsonPath()

tokenizeJsonPath(path): string[]

Defined in: packages/core/src/domain/services/rule-evaluator.ts:141

Tokenises a JSONPath expression into its component segments.

Parameters

path

string

The JSONPath expression string

Returns

string[]

An array of path token strings