You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.
quicktype generates TypeScript, C#, and other languages from JSON, JSON Schema, and GraphQL. There are two areas that would be interesting to collaborate on:
Allowing TypeScript as input to quicktype. This would allow reading TypeScript as input, then automatically inheriting support for generating types in C#, Rust, Swift, etc.
Generating TypeScript and C# types from JSON Schema, which is our recommended approach to creating type parity across languages (rather than generating types in a specific language from types in another specific language, which is a limited approach).
The text was updated successfully, but these errors were encountered:
I actually looked at the linked to project before and think that maybe in the future that it may be possible.
Right now the focus is on TypeScript definition files and lib.dom.d.ts in particular. The intention is to target WebAssembly generation via https://github.com/lrz/mono-wasm.
Hope that helps and should probably update the project description.
Hi, I work on https://github.com/quicktype/quicktype and think it would be a great idea to collaborate.
quicktype generates TypeScript, C#, and other languages from JSON, JSON Schema, and GraphQL. There are two areas that would be interesting to collaborate on:
The text was updated successfully, but these errors were encountered: