JsonGenerators
uses a defined Json Schema and automatically generates the classes present in this file to be used in Bonsai.
For now, add this repo as a Submodule
to your project. After cloning your repo you might need to initialize the submodule, i.e.:
git submodule init
git submodule update
After compiling the .Net
project:
cd "JsonGenerators\Generators\JsonSchemaGenerator"
dotnet build
you can run the main application executable:
"JsonSchemaGenerator\bin\Debug\net472\JsonSchemaGenerator.exe" "Path\To\Schema.json" "output\path\dir" "GeneratedClasses.cs"