jsontypedef / json-typedef-codegen

A CLI tool that generates code from JSON Typedef schemas
https://jsontypedef.com/docs/tools/jtd-codegen
MIT License
157 stars 31 forks source link

json schema codegen #9

Closed moander closed 3 years ago

moander commented 3 years ago

I suggest adding --json-schema-out to the codegen. What do you guys think?

ucarion commented 3 years ago

This is a neat idea! One challenge, however, is that JSON Schema isn't really a programming language. Which means that most of the infrastructure within jtd-codegen won't work for JSON Schema.

For your use-case, would it be acceptable if there were some separate jtd-to-json-schema tool with this functionality? Do you need or strongly prefer this functionality to exist within jtd-codegen?

ucarion commented 3 years ago

Just for triage purposes, I'm closing this ticket. Please feel free to re-open this ticket if you'd like to discuss this further.