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

A library to generate bonsai operators from Json schemas

Notifications You must be signed in to change notification settings

bruno-f-cruz/JsonGenerators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

A library to generate bonsai operators from Json schemas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages