-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pure Kotlin implementation and dependencies #1
Comments
Hi @remysanfeliu, thanks for the kind words! |
The idea is to remove any import and dependency on JVM-based libraries ideally, so that the parser is pure Kotlin code, end to end, including deps. org.json is coded with Java, so that's that :D |
@remysanfeliu Thanks for your answer. Feel free to try on your own of course, and if you have anything cool I'd bee very curious to see the result :) |
Hi ! Love your syntax and the way the code looks :) Great job !
I'm working on a multiplatform Kotlin project though, and thus can't rely on org.json as it's written for java. It would be great if you could get rid of this dependency to be actually fully Kotlin based !
Just a suggestion for future releases !
The text was updated successfully, but these errors were encountered: