A general purpose configuration library for TOML, JSON, YAML, and Properties files without having to create separate implementations for each file type.
Go to file
Paldiu 3b60ca1813
Update Byter.java
2023-06-27 19:31:23 -05:00
gradle/wrapper Initial Commit 2023-06-27 18:00:01 -05:00
src/main/java/app/simplexdev Update Byter.java 2023-06-27 19:31:23 -05:00
.gitattributes Initial Commit 2023-06-27 18:00:01 -05:00
.gitignore Initial Commit 2023-06-27 18:00:01 -05:00
LICENSE Initial Commit 2023-06-27 18:00:01 -05:00
README.md Initial Commit 2023-06-27 18:00:01 -05:00
build.gradle Initial Commit 2023-06-27 18:00:01 -05:00
gradlew Initial Commit 2023-06-27 18:00:01 -05:00
gradlew.bat Initial Commit 2023-06-27 18:00:01 -05:00
settings.gradle Initial Commit 2023-06-27 18:00:01 -05:00

README.md

Configurator

A general purpose configuration library for TOML, JSON, YAML, and Properties files without having to create separate implementations for each file type.