https://github.com/denuxplays/dtp
A Java serialization/deserialization library to convert Java Objects into TOML and vice-versa.
https://github.com/denuxplays/dtp
toml toml-parser toml-serializer
Last synced: 6 months ago
JSON representation
A Java serialization/deserialization library to convert Java Objects into TOML and vice-versa.
- Host: GitHub
- URL: https://github.com/denuxplays/dtp
- Owner: DenuxPlays
- License: apache-2.0
- Created: 2022-08-21T17:31:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T11:47:57.000Z (11 months ago)
- Last Synced: 2024-06-29T12:50:07.878Z (11 months ago)
- Topics: toml, toml-parser, toml-serializer
- Language: Java
- Homepage:
- Size: 345 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://search.maven.org/search?q=g:%22dev.denux%22%20AND%20a:%22dtp%22)
[](https://javadoc.io/doc/dev.denux/dtp)
[](https://jitpack.io/#DenuxPlays/DTP)
# 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](https://denuxplays.github.io/DTP/):information_source: DTP is currently in alpha and is not yet ready for production use.
### (main) Goals
- [x] 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