SaaSHub helps you find the best software and product alternatives Learn more →
Json-schema-to-typescript Alternatives
Similar projects and alternatives to json-schema-to-typescript
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
Prisma
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB
-
-
-
-
-
MikroORM
TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, MariaDB, MS SQL Server, PostgreSQL and SQLite/libSQL databases.
-
Encore
Open Source Development Platform for building robust type-safe distributed systems with declarative infrastructure
-
-
-
hof
Framework that joins data models, schemas, code generation, and a task engine. Language and technology agnostic.
-
-
-
graphql-zeus
GraphQL client and GraphQL code generator with GraphQL autocomplete library generation ⚡⚡⚡ for browser,nodejs and react native ( apollo compatible )
-
-
-
-
json-schema-to-typescript discussion
json-schema-to-typescript reviews and mentions
-
Gentle Introduction To Typescript Compiler API
Compile JSONSchema to TypeScript type declarations
-
Show HN: A tool to Convert JSON schemas into TypeScript classes
Nice! Lots of tricky edge cases to do this right: there’s ambiguity in the JSON Schema spec, version-to-version changes, many popular community conventions that don’t adhere to the spec, etc. Feel free to check out the tests to understand some of these: https://github.com/bcherny/json-schema-to-typescript (shameless plug — I have maintained this library for a number of years).
-
Why JSON Isn’t a Good Configuration Language (2018)
jsonnet is my go-to language for anything related to configuration, after having tried json, yaml, TS, edn, and tasting dhall and toml. It addresses all problems in the article and more.
the composition strikes a good balance between extensiveness and ease of use.
the generated json leads to easy and portable data, and if you write jsonschemas from jsonnet, tools like json-schema-to-typescript [1] make it easy to import a consistent interface, and almost every language has a reasonably up-to-date validation library.
[1] https://github.com/bcherny/json-schema-to-typescript
-
Show HN: Remult – a CRUD framework for full-stack TypeScript
Take a look at https://github.com/bcherny/json-schema-to-typescript, too. I used it successfully at a previous job. IIRC, I had to write some code to convert OpenAPI to JSON Schema but it wasn’t onerous
-
TRPC: End-to-end typesafe APIs made easy
If you're using OpenAPI, you could use this to generate TypeScript interfaces:
https://github.com/bcherny/json-schema-to-typescript
It works really well
-
Running Out of Heap Memory While Converting JSON Schemas - Not Understanding Heap Memory/Async/Await/Promises
I'm messing around with a process to convert JSON schemas to TypeScript interfaces using json-schema-to-typescript. I have a little under 900 JSON files each containing a schema, totaling about 3.5 MB.
-
I created a tool which automatically generates typescript definitions for API endpoints
json-schema-to-typescript
-
A note from our sponsor - SaaSHub
www.saashub.com | 22 Jan 2025
Stats
bcherny/json-schema-to-typescript is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of json-schema-to-typescript is TypeScript.
Popular Comparisons
- json-schema-to-typescript VS json-schema-to-ts
- json-schema-to-typescript VS MikroORM
- json-schema-to-typescript VS nestjs-openapi3
- json-schema-to-typescript VS swagger-parser
- json-schema-to-typescript VS graphql-zeus
- json-schema-to-typescript VS nestjs-auth
- json-schema-to-typescript VS typebox
- json-schema-to-typescript VS trpc
- json-schema-to-typescript VS remult
- json-schema-to-typescript VS unify-jdocs