Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T11:47:57.000Z (7 months ago)
- Last Synced: 2024-06-29T12:50:07.878Z (7 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
[![Maven Central](https://img.shields.io/maven-central/v/dev.denux/dtp.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22dev.denux%22%20AND%20a:%22dtp%22)
[![javadocs](https://javadoc.io/badge2/dev.denux/dtp/javadoc.svg)](https://javadoc.io/doc/dev.denux/dtp)
[![](https://jitpack.io/v/DenuxPlays/DTP.svg)](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