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