Documentation Index
Fetch the complete documentation index at: https://docs.forterulesengine.io/llms.txt
Use this file to discover all available pages before exploring further.
validateTrackerJSON(Defined in: src/modules/validation.ts:550 Parses a JSON string and returns Either a TrackerJSON object or an error.tracker):Either<RulesError[],TrackerJSON>
Parameters
| Parameter | Type | Description |
|---|---|---|
tracker | string | string to be parsed. |
Returns
Either<RulesError[], TrackerJSON>
Either the parsed TrackerJSON object or an error.