Configurate icon indicating copy to clipboard operation
Configurate copied to clipboard

TOML Implementation

Open zml2008 opened this issue 11 years ago • 9 comments

Implement a loader using TOML

Currently looking at using https://github.com/agrison/jtoml for parsing

zml2008 avatar Dec 28 '14 21:12 zml2008

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

zml2008 avatar Dec 30 '14 06:12 zml2008

looks like TOML is close to providing an ABNF version of the specification. This should make writing a parser significantly easier. PR toml-lang/toml#236 to the spec provides the ABNF grammar. There are a few java ABNF implementations:

zml2008 avatar Feb 14 '15 22:02 zml2008

+zml | https://github.com/mwanji/toml4j is the best so far

kashike avatar Jun 09 '15 01:06 kashike

Any ETA on this yet?

Picono435 avatar Jul 17 '21 11:07 Picono435

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 https://github.com/SpongePowered/Configurate/issues/3#issuecomment-881886137, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEZSZEFY7GE63S4ZTXPVHDTYFVD7ANCNFSM4AZS543Q.

zml2008 avatar Jul 17 '21 16:07 zml2008

Any updates on this?

lrmtheboss avatar Dec 27 '22 21:12 lrmtheboss

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?

iceBear67 avatar Feb 25 '23 12:02 iceBear67