v0.7.0
validateTrackerJSON(Defined in: src/modules/validation.ts:538 Parses a JSON string and returns Either a TrackerJSON object or an error.tracker
):Either
<RulesError
[],TrackerJSON
>
Parameter | Type | Description |
---|---|---|
tracker | string | string to be parsed. |
Either
<RulesError
[], TrackerJSON
>
Either the parsed TrackerJSON object or an error.