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
This crate has a strong focus on validation of data in a performant way. Another great use case for json schemas is code generation. I am currently parsing json schemas for generating code inside of a proc macro. So I would like to parse a schema and iterate over objects and generate structs, for example. Is that possible with this crate?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
This crate has a strong focus on validation of data in a performant way. Another great use case for json schemas is code generation. I am currently parsing json schemas for generating code inside of a proc macro. So I would like to parse a schema and iterate over objects and generate structs, for example. Is that possible with this crate?
Beta Was this translation helpful? Give feedback.
All reactions