• This is the same as decode, but it accepts a JSON string instead of a JavaScript value.

    Type Parameters

    • T

    Parameters

    • decoder: Decoder<T>

      The decoder to use

    • json: string

      The JSON string

    Returns T

    See

    decode

Generated using TypeDoc