A Program to generate a class library from a uml diagram (.json file)
Of course i could've written my own json parser but this one is proven good, free for commercial use and probably had more development time than me for this project.
You choose a .json file which was generated via Umple. The program will then generate a classlib at the chosen destination and takes care of dependencies between the classes. Multiplicity is provided by generating a "listclass" which should act as a container for the objects of the correlating object.
Download the current version from the releases page.
- Shoutouts to the Devs of Newtonsoft Json.NET for their truly great work!