s-knibbs / dataclasses-jsonschema

JSON schema generation from dataclasses
MIT License
166 stars 38 forks source link

Dataclass from json schema #173

Open juls858 opened 2 years ago

juls858 commented 2 years ago

Is there a way to use this library to generate a dataclass using a json schema file?

I only see examples of going in the other direction.