json2jsii
Class generator
Generates TypeScript classes from JSON schemas.
Generates jsii-compatible structs from JSON schemas
22 stars
16 watching
12 forks
Language: TypeScript
last commit: 7 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
cdklabs/jsii-srcmak | Generates source code in multiple languages from TypeScript | 20 |
cdklabs/jsii-docgen | Generates reference documentation for JavaScript libraries and frameworks. | 50 |
thomasaribart/json-schema-to-ts | Tool to automatically generate TypeScript types from JSON schema definitions. | 1,480 |
keuby/vite-plugin-lib-types | Generates TypeScript declarations during library builds for compatibility with other languages and frameworks. | 6 |
bcheidemann/entype | Generates type definitions for serialized data formats like JSON | 3 |
surgicalcoder/jsonpolymorphicgenerator | Generates partial classes with JSON-derived type attributes based on polymorphic base classes | 8 |
hermanussen/jsonbyexamplegenerator | A C# source generator that creates classes from example JSON files. | 78 |
cosmwasm/ts-codegen | Converts CosmWasm smart contracts into TypeScript classes to facilitate interaction with the contracts | 116 |
sachinraja/zod-to-ts | Generates TypeScript types from Zod schemas. | 346 |
smithy-lang/smithy-typescript | Generates TypeScript clients and server scaffolding from Smithy models | 230 |
frhagn/typewriter | Generates TypeScript files from C# source files to create fully typed representations of API models and controllers. | 536 |
stopyoukid/dojototypescriptconverter | Generates TypeScript-compatible declarations from a Dojo API file | 9 |
victools/jsonschema-generator | A tool to generate JSON schemas from Java classes | 399 |
cdk-dev/create-cdk-app | Tool for generating new AWS CDK apps from pre-defined templates | 17 |
tani/jsonup | A compile-time JSON parser written in TypeScript that infers and generates types from a given JSON object. | 60 |