Open niko-dunixi opened 2 years ago
Struct fields should be snake_case, but they were accidentaly set to camelCase.
This resolves issue https://github.com/jsontypedef/json-typedef-codegen/issues/32, but will require https://github.com/jsontypedef/json-typedef-codegen/pull/58 to be merged first in order to actually validate the code change is correct
@ucarion this would be helpful if it can be merged!
@ucarion Like my other PR, I've re-signed the commit.
Why is this not merged yet?
Struct fields should be snake_case, but they were accidentaly set to camelCase.
This resolves issue https://github.com/jsontypedef/json-typedef-codegen/issues/32, but will require https://github.com/jsontypedef/json-typedef-codegen/pull/58 to be merged first in order to actually validate the code change is correct