JsonToKotlinClass
JsonToKotlinClass copied to clipboard
Spelling error in class generation
When generating class for json with movies as one of the parameters, it incorrectly creates a class named movy. Probably an attempt to get the singular form of movies.
To reproduce try generating a class for this Json
{ "movies": [ { "id": 1, "foo": "hello" }, { "id": 2, "foo": "new" } ] }