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
Returns
Either<RulesError[], TrackerJSON>
Either the parsed TrackerJSON object or an error.