validateCallingFunctionJSON(Defined in: src/modules/validation.ts:605 Parses a JSON string and returns Either a CallingFunctionJSON object or an error.callingFunction):Either<RulesError[],CallingFunctionJSON>
Parameters
| Parameter | Type | Description |
|---|---|---|
callingFunction | string | string to be parsed. |
Returns
Either<RulesError[], CallingFunctionJSON>
Either the parsed CallingFunctionJSON object or an error.