add

fun add(path: String, value: Any): YmlConfig

Adds the value of the given path without replacing it if it already exists

Return

This YmlConfig

Parameters

path

The path to set the value of

value

The value to set