[Feature] Support more languages #2
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Json2Sharp currently supports 2 languages, C# and Python. I'd like to add support to more languages, but I lack the time to do so.
The project is structured in a way that allows new languages to be easily implemented. If you're interested in contributing, here is how you can do so:
ICodeEmitter
interface, butCodeEmitter
has some methods that could prove useful to you).CodeEmitter
s for inspiration.GetLanguageEmitter
method in the Json2Sharp class and add your emitter there. Don't forget to add the appropriate options to Json2SharpOptions.main
🎉The text was updated successfully, but these errors were encountered: