0.0.2 • Published 3 years ago

json-schema-multi-compiler v0.0.2

Weekly downloads
-
License
MPL-2.0
Repository
-
Last release
3 years ago

JSON Schema Multi Compiler

Transforms JSON Schema documents into an AST and then exposes a simple interface to turn that AST into anything else. You can use JSON Schema as a single source of truth for multiple generated source files. The transform for TypeScript is 50 LOC. Can also be used as a runtime tree walker for JavaScript objects that interface with JSON schema.