Y
Hacker News
new
|
ask
|
show
|
jobs
by
nbbaier
326 days ago
Interesting, but why wouldn't I just use zod here?
1 comments
lunarcave
326 days ago
Zod doesn't give you the ability to serialize or de-serialize schemas, unless you convert to JSON schema, which is verbose. See:
https://github.com/colinhacks/zod/discussions/2030
link