JsonToKotlinClass icon indicating copy to clipboard operation
JsonToKotlinClass copied to clipboard

Spelling error in class generation

Open Omasyo opened this issue 2 years ago • 0 comments

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" } ] }

Omasyo avatar Aug 13 '23 15:08 Omasyo