Ricky12Awesome / json-schema-serialization

Adds support for Json Schema using Kotlin.serialization
MIT License
30 stars 9 forks source link

Project status #13

Open glureau opened 1 year ago

glureau commented 1 year ago

Hello!

First of all, thanks for this project and your work! I was able to install and generate a first json schema in a couple of minutes 💪🏻 .

But time is what it is, 2 years has passed without modifications and I'm a bit worried about the current status/usage of this library. It's always easy enough to fork and continue your work for my needs but you may have some plans/vision about this project, or maybe a new maintainer is already planned. Can you share your vision?

Again thanks for your work, it's very helpful.

Ricky12Awesome commented 1 year ago

Don't have a need for it anymore since I don't do stuff in kotlin where I would need something like this, the main reason I made this is for auto completion for configuration files when I made my minecraft mods/plugins, which is the only time I use kotlin, nowadays I mostly been using rust and lost interest in minecraft modding/plugins

the codebase is relatively simple so if you really need it, could just fork it, though nowadays I would do a lot of things differently

glureau commented 1 year ago

Alright, thanks for the response. I don't need to have the perfect code, the current code does work so I'm really fine with it. Again thanks a lot for this contribution!

For other readers, I've made a fork, updated to Kotlin 1.7.20 and trying to make polymorphism work, it's available here.