msgspec
msgspec copied to clipboard
Creating a Struct From an Unknown JSON Schema
trafficstars
Question
HI. Is it possible to dynamically create a struct from an unknown JSON schema? I mean, the user will inform me the way he wants the struct to be created, and I will create a Struct from this dynamic JSON schema.