json-to-zod
JSON to schema tool
Converts JSON data into Zod schema definitions
Converts JSON objects or file to simple Zod schemas
59 stars
3 watching
12 forks
Language: JavaScript
last commit: over 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
stefanterdell/zod-to-json-schema | Converts Zod schemas to JSON schemas. | 913 |
stefanterdell/json-schema-to-zod | Converts JSON schema to Zod schema | 336 |
ivangreene/java-to-zod | Tool to convert Java POJOs to Zod schemas using JSR-380 annotations. | 19 |
fabien0102/ts-to-zod | Tool to automatically generate Zod schemas from TypeScript types/interfaces. | 1,227 |
zaggino/z-schema | A JSON schema validation tool for JavaScript that supports synchronous and asynchronous validation modes. | 340 |
sachinraja/zod-to-ts | Generates TypeScript types from Zod schemas. | 346 |
cartergrimmeisen/zod-prisma | Automates Zod schema generation from Prisma models. | 827 |
interagent/prmd | Tools for bootstrapping and documenting API descriptions using JSON Schema | 2,099 |
vodori/schema-forms | Converts prismatic schemas to JSON schemas compatible with react-jsonschema-form | 11 |
himujjal/zig-json5 | A JSON5 parser/stringifier for Zig programming language. | 23 |
andyglow/scala-jsonschema | Generates JSON Schemas from Scala data types and objects | 123 |
marilari88/zod-playground | An interactive web application for testing and validating Zod schemas | 51 |
southclaws/supervillain | Converts Go structs to Zod schemas, handling various type complexities and custom conversions. | 78 |
duplojs/zod-accelerator | An optimization layer for Zod's schema validation function | 50 |
thomasaribart/json-schema-to-ts | Tool to automatically generate TypeScript types from JSON schema definitions. | 1,480 |