Skip to content

ferarias/Json2CSharpCodeGenerator

 
 

Repository files navigation

Special Thanks to Our Contributors !!

Implemented Immutable Classes Feature
Jehoel

Assisted in Bug Fixing
tyeth, dogac00

Contribution Guidelines

1 - New ideas, suggestions and improvements are welcomed.
2 - Create a unit test with the expected output and work from there
3 - If you're submitting a new bug, check to see if It's already submitted. Propose a brief solution to the problem to make it easier for other people to fix.
4 - Enjoy coding :) !

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]"

  • 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 alt text
  • Start Debugging, Put some test Json and Get to Know the solution

Implementing New Code Generators : F#, Typescript etc.. ?

Implement the below functions alt text

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 96.5%
  • PowerShell 3.5%