FuncType - v0.20.0
    Preparing search index...

    Function fromJSON

    • Generic deserializer from JSON

      Type Parameters

      • T

      Parameters

      • json: string

        The JSON string to parse

      • reconstructor: (parsed: { _tag: string; [key: string]: unknown }) => T

        Function to reconstruct the type from parsed data

      Returns T

      Reconstructed instance