Prior art #41
Relequestual
started this conversation in
General
Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
https://github.com/notEthan/jsi is ... kind of a code generator. It generates classes and mixins and methods, but in the runtime, not in source code. I think that is consistent with the goals of this project, though a different approach. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'll add Corvus.JsonSchema - a dotnet code generator that doesn't use inheritance, but does support polymorphic conversions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Let's collect a list of all the code generation tools we can find that use JSON Schema.
Found a new one (to me) today https://github.com/microsoft/jschema
Beta Was this translation helpful? Give feedback.
All reactions