-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
TOML Implementation #3
Comments
Turns out none of the toml libraries for java are both good and up to date. I'll probably have to write my own... Because of this, moved to 0.3 |
looks like TOML is close to providing an ABNF version of the specification. This should make writing a parser significantly easier. |
+zml | https://github.com/mwanji/toml4j is the best so far |
Any ETA on this yet? |
no
…On Sat, Jul 17, 2021, at 04:51, Picono435 wrote:
Any ETA on this yet?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#3 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAEZSZEFY7GE63S4ZTXPVHDTYFVD7ANCNFSM4AZS543Q>.
|
Any updates on this? |
I recently discovered that jackson has support for TOML formatting, and configurate already has jackson support, but configurate only uses it as a json parser. Maybe we can make some changes to the existing configurate-jackson to adapt it to multiple data formats from jackson? |
Implement a loader using TOML
Currently looking at using https://github.com/agrison/jtoml for parsing
The text was updated successfully, but these errors were encountered: