Skip to main content

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.

validateMappedTrackerJSON(tracker): Either<RulesError[], MappedTrackerJSON>
Defined in: src/modules/validation.ts:572 Parses a JSON string and returns Either a MappedTrackerJSON object or an error.

Parameters

ParameterTypeDescription
trackerstringstring to be parsed.

Returns

Either<RulesError[], MappedTrackerJSON> Either the parsed MappedTrackerJSON object or an error.