https://github.com/ericrabil/yamlconfiguration
A Java library that makes it easier to use YAML files for configuration
https://github.com/ericrabil/yamlconfiguration
Last synced: over 1 year ago
JSON representation
A Java library that makes it easier to use YAML files for configuration
- Host: GitHub
- URL: https://github.com/ericrabil/yamlconfiguration
- Owner: EricRabil
- License: gpl-3.0
- Created: 2017-04-07T00:57:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-07T20:18:01.000Z (about 9 years ago)
- Last Synced: 2025-01-06T04:41:51.977Z (over 1 year ago)
- Language: Java
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YamlConfiguration
A Java library that makes it easier to use YAML files for configuration!
## Why?
I felt that the current YAML libraries just can't get the job done, or are very confusing (to me) to implement. A lot of them want to serialize/de-serialize objects, but that's not what the goal of this project is for.
The goal of this project is to make YAML files easier to use for configurative purposes.