Json2CSharp Toolkit How to Contribute : Bug Fixing ? 1- Choose a problem from the issues labeled "Bug" or "Help Wanted" 2- Clone the repository and build it 3- Create a Unit Test using "CreatTest.ps1" Powershell Script >>>>> Unit Test Name should be in the format of "[TestNumber]_[DescribeProblem]" Change the directory of where the test files will be created Run the script in Powershell This will create 3 files: the csharp test, the Json Input text file, and the Output C# or JAVA etc.. file Start Debugging, Put some test Json and Get to Know the solution How to Contribute : New Code Generators : F#, Typescript etc.. ? Implement the below functions