set
Sets a JsonConfig to the given key, and if the member already exists, it will be replaced
Parameters
The key to set
The JsonConfig
Sets a JsonElement to the given key, and if the member already exists, it will be replaced.
Parameters
The key of the element
The JsonElement
Sets a String to the given key, and if the member already exists, it will be replaced.
Parameters
Sets an Int to the given key, and if the member already exists, it will be replaced.
Parameters
Sets a Number to the given key, and if the member already exists, it will be replaced.
Parameters
Sets a Boolean to the given key, and if the member already exists, it will be replaced.
Parameters
Sets a JsonArray to the given key, and if the member already exists, it will be replaced.
Parameters
The key of the JsonArray
The JsonArray value
Sets a JsonObject to the given key, and if the member already exists, it will be replaced.
Parameters
The key of the JsonObject
The JsonObject value