jsontypedef / json-typedef-codegen

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

Incorrect singularization of "drives" #56

Open Utsav2 opened 2 years ago

Utsav2 commented 2 years ago

repro: create an object field called MyDrives. jtd-codegen singularizes the struct definition to MyDrfe

ostrowr commented 2 years ago

Looks like this is similar to https://github.com/whatisinternet/Inflector/issues/80 – sadly it looks like the project has been dead for 4 years