Our great sponsors
-
ajv
The fastest JSON schema Validator. Supports JSON Schema draft-04/06/07/2019-09/2020-12 and JSON Type Definition (RFC8927)
I recommend using Ajv with JSON Schema models.
-
Try using a schema validation library like zod or superstruct.
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
JS: Joi
-
TS: Zod
-
I recommend using Ajv with JSON Schema models.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- TS: Backend Frontend Type Consistency
- TypeScript runtime type-checking - designed for simple use, through to enforcing API payload schema
- Better Backend DX: JSON Schema + TypeScript + Swagger = ✨ Vol. 1
- Build a full-stack TypeScript app using tRPC and React
- In react-typescript app, do you validate the data after a fetch/axios call to a RESTapi and if yes which library you use?