You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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" } ] }
The text was updated successfully, but these errors were encountered:
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" } ] }
The text was updated successfully, but these errors were encountered: