Handling Missing Keys in Schema Encoding with Transform
I think I might be misunderstanding schemas and decode+encode when using transform. Any way to make "encoded3" the same as "encoded2" in this example? https://effect.website/play#6ac485017345 - i.e. if the key is missing when encoding the TestStruct to String, treat missing keys as "null" or "undefined".
