rescript-json-schema

JSON →
library 7.3.0 ·javascript
verified Jun 7, 2026

A type-safe JSON Schema library for ReScript, version 7.3.0 (actively maintained). It allows developers to define JSON schemas using ReScript's type system and convert between rescript-schema definitions and JSON Schema (Draft-07). Key differentiator: tight integration with rescript-schema for parsing, serialization, and code generation. Provides online tool for conversion. Alternatives like ajv or typical JSON Schema libraries lack ReScript-specific type safety.