• Takes a TypedJson object and converts it to instance of type Type.

    Deprecated

    Use the fromJSON function instead.

    Throws

    • If unexpected JSON string is passed.

    Returns

    The parsed instance.

    Parameters

    • json: TypedJson<string>

      The typed JSON to convert.

    Returns string | Parameter

Generated using TypeDoc