json-to-zod
JSON to schema tool
Converts JSON data into Zod schema definitions
Converts JSON objects or file to simple Zod schemas
62 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 into JSON schema objects | 937 |
stefanterdell/json-schema-to-zod | Converts JSON schema to Zod schema | 357 |
ivangreene/java-to-zod | Tool to convert Java POJOs to Zod schemas using JSR-380 annotations. | 19 |
fabien0102/ts-to-zod | A tool to generate Zod schemas from TypeScript types/interfaces. | 1,258 |
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. | 351 |
cartergrimmeisen/zod-prisma | Automates Zod schema generation from Prisma models. | 837 |
interagent/prmd | Tools for bootstrapping and documenting API descriptions using JSON Schema | 2,097 |
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 | 124 |
marilari88/zod-playground | An interactive web application for testing and validating Zod schemas | 54 |
southclaws/supervillain | Converts Go structs to Zod schemas, handling various type complexities and custom conversions. | 81 |
duplojs/zod-accelerator | An optimization layer for Zod's schema validation function | 60 |
thomasaribart/json-schema-to-ts | Tool to automatically generate TypeScript types from JSON schema definitions. | 1,493 |