Skip to content
/ DTP Public

A Java serialization/deserialization library to convert Java Objects into TOML and vice-versa.

License

Notifications You must be signed in to change notification settings

DenuxPlays/DTP

Repository files navigation

Maven Central javadocs

Denux' TOML Parser (DTP)

DTP is a (dependency free) java library that can be used to convert TOML files to java objects and vice versa. It's based on the TOML v1.0.0 specification.
Javadocs

ℹ️ DTP is currently in alpha and is not yet ready for production use.

(main) Goals

  • provide simple toToml() and fromToml() methods to convert objects to TOML and vice versa
  • support all TOML v1.0.0 features
  • support complex objects with deep inheritance hierarchies