zod-from-json-schema

JSON →
library 0.5.2 ·javascript
verified Jun 7, 2026

A runtime conversion library that creates Zod schemas from JSON Schema definitions, version 0.5.2. Unlike json-schema-to-zod which generates source code, this executes the conversion at runtime, enabling dynamic schema generation. Supports both Zod 3 and Zod 4 (latest) with ESM and CJS. Maintained by Glide Apps with CI and coverage badges. Key differentiator: runtime conversion vs. code generation, allowing use with dynamic or remote schemas.