Effect CommunityEC
Effect Community2y ago
22 replies
Cole

Seeking Guidance on Creating JSON Parsing Schema with Schema Library

Hello, I'm new to Schema but have a lot of experience with Zod and distant experience with io-ts. I'm trying to understand how to find answers to questions and learn how to use Schema and build things up with it.
My current problem is that I wish to create a schema that encodes to string and decodes to T, which is defined by some JSON parsing "combinator." ? + some unknown <-> T schema like S.Struct({ name: S.String }).
Was this page helpful?