add
Adds a JsonConfig to the given key, and if the member already exists, it won't be replaced
Parameters
The key to add
The JsonConfig
Adds an element to the given key, and if the member already exists, it won't be replaced.
Parameters
The key of the element
The element
Adds a String to the given key, and if the member already exists, it won't be replaced.
Parameters
Adds an Int to the given key, and if the member already exists, it won't be replaced.
Parameters
Adds a Number to the given key, and if the member already exists, it won't be replaced.
Parameters
Adds a Boolean to the given key, and if the member already exists, it won't be replaced.
Parameters
Adds a JsonArray to the given key, and if the member already exists, it won't be replaced.
Parameters
The key of the JsonArray
The JsonArray value
Adds a JsonObject to the given key, and if the member already exists, it won't be replaced.
Parameters
The key of the JsonObject
The JsonObject value