Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 639 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 639 Bytes

How to use the JsonGenerators

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"