ts-to-zod VS quicktype

Compare ts-to-zod vs quicktype and see what are their differences.

ts-to-zod

Generate zod schemas from typescript types/interfaces (by fabien0102)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
ts-to-zod quicktype
4 96
1,014 11,558
- 1.5%
8.0 8.7
4 days ago 10 days ago
TypeScript TypeScript
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ts-to-zod

Posts with mentions or reviews of ts-to-zod. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-16.
  • How to parse json into typescript types?
    2 projects | /r/typescript | 16 Jan 2023
    You could use something like this https://github.com/fabien0102/ts-to-zod
  • Ultra-minimal JSON schemas with TypeScript inference
    11 projects | news.ycombinator.com | 27 Jul 2022
    YES! I've introduced ts-to-zod into my codebase only yesterday, and it's served my needs exactly. It doesn't handle generics or mapped types, but that's a fair price to pay.

    It also works the other way, you can define a zod schema and you can infer types for your data from it.

    https://github.com/fabien0102/ts-to-zod

  • Generating dummy entities with random data for tests based on types
    4 projects | /r/typescript | 23 Jun 2022
    The closest that I know of (and I have not used this) is zod-fast-check. It generates fast-check “arbitraries” (test data generators) for property-based testing based on zod schemas. Of course, this requires that you use zod to define your types, which has some downsides. Fortunately there is another tool, ts-to-zod, (which I also have not used) which will codegen zod schemas based on TS type definitions. If you thread these four libraries together you should end up with the ability to write random tests on generated data with very little overhead. In theory.
  • Runtime Data Validation from TypeScript Interfaces
    4 projects | dev.to | 14 Jan 2022
    Okay, that's an improvement! We can use TypeScript's native type syntax to define the interface, and augment it with JSDoc comments for any properties that can't be natively expressed. So, to use this with Zod, we need to convert it from the TypeScript syntax to the Zod syntax. Luckily, Fabien Bernard has spearheaded the excellent ts-to-zod project, which looks through interfaces defined in a file and outputs the equivalent Zod schemata for them.

quicktype

Posts with mentions or reviews of quicktype. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-27.

What are some alternatives?

When comparing ts-to-zod and quicktype you can also consider the following projects:

zod - TypeScript-first schema validation with static type inference

json2dart - A CLI tool to help generate dart classes from json returned from API

ts-ast-viewer - TypeScript AST viewer.

json_serializable.dart - Generates utilities to aid in serializing to/from JSON.

ts-patch - Augment the TypeScript compiler to support extended functionality

openapi-generator - OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)

spartan-schema - Ultra-minimal JSON schemas with Typescript inference

zod-to-json-schema - Converts Zod schemas to Json schemas

intermock - Mocking library to create mock objects with fake data for TypeScript interfaces

Flutter - Flutter makes it easy and fast to build beautiful apps for mobile and beyond

ts-simple-type - Relationship type checker functions for Typescript types.

lowdefy - The config web stack for business apps - build internal tools, client portals, web apps, admin panels, dashboards, web sites, and CRUD apps with YAML or JSON.