Dyml icon

Dyml -----

The Java-API for processing YAML files you've always dreamed of.



Dyml [​IMG]
The Java-API for processing YAML files you've always dreamed of.

Easily create, edit, and delete your plugins configuration files.
Some notable features: comments, default values, and hierarchies.
This API was designed for developers and not server owners.

Installation
Click here for further details.
Java 8+ required.

Motivation
It started by not being able to find an API that fulfilled my needs in simplicity and performance.
So I developed Dream-Yaml with the goal of having a simple, performant, and reliable API for processing YAML files.
To achieve these goals, only the most essential parts of YAML have been implemented.

Getting started
Code (Text):

DreamYaml yaml = new DreamYaml(System.getProperty("user.dir")+"/src/test/simple-example.yml");

yaml.put("name")         .setDefValues("John");
yaml.put("last-name")    .setDefValues("Goldman");
yaml.put("age")          .setDefValues("29");
yaml.put("work")         .setDefValues("Reporter");
yaml.put("pending-tasks").setDefValues("do research", "buy food", "start working");

yaml.save();
 
Benchmarks
[​IMG]
Click here for further details.
Resource Information
Author:
----------
Total Downloads: 411
First Release: Jan 13, 2021
Last Update: Jul 18, 2021
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings