jsontypedef / json-typedef-codegen

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

Default values in codegens which support it #83

Open meghprkh opened 6 months ago

meghprkh commented 6 months ago

Default values are kidn of important and repetitive in Codegen otherwise. Is it possible to add metadata: $default as a way to generate code with default values?