mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-31 14:00:54 +00:00
* Fixed #2643 Refactored to/from json functions to use universal object serialization method. * Code review found incorrect indenting and I forgot to remove unused mustache files. * Removed helpers class because it is not needed anymore. * Removed helpers package from docs. * Reverted helper class removal.