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

Updating rust output to be language idomatic #69

Closed ryanatallah closed 1 year ago

ryanatallah commented 1 year ago

Struct fields should be snake_case, but they were accidentaly set to camelCase.