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