Is anyone familiar with an existing method of doin...
# ktor
r
Is anyone familiar with an existing method of doing Zod-like payload validation within Ktor or Kotlin in general? For example, being able to stack errors such as missing fields whereas standard deserialization would fail right away without changing the shape of the target object?
👀 1