Json Config
Representation of a json config
Constructors
Functions
Adds a JsonArray to the given key, and if the member already exists, it won't be replaced.
Adds an element to the given key, and if the member already exists, it won't be replaced.
Adds a JsonObject to the given key, and if the member already exists, it won't be replaced.
Adds a Boolean to the given key, and if the member already exists, it won't be replaced.
Adds an Int to the given key, and if the member already exists, it won't be replaced.
Adds a Number to the given key, and if the member already exists, it won't be replaced.
Adds a String to the given key, and if the member already exists, it won't be replaced.
Adds a JsonConfig to the given key, and if the member already exists, it won't be replaced
Destroys the config
Gets a Boolean from the given key
Gets a JsonArray from the given key
Gets a JsonConfig from the given key
Gets a JsonArray from the given key or creates a new one if it doesn't exist
Gets a JsonConfig from the given key or creates a new one if it doesn't exist
Loads the config from the file, and overrides the cache
Saves the config to the file
Sets a JsonArray to the given key, and if the member already exists, it will be replaced.
Sets a JsonElement to the given key, and if the member already exists, it will be replaced.
Sets a JsonObject to the given key, and if the member already exists, it will be replaced.
Sets a Boolean to the given key, and if the member already exists, it will be replaced.
Sets an Int to the given key, and if the member already exists, it will be replaced.
Sets a Number to the given key, and if the member already exists, it will be replaced.
Sets a String to the given key, and if the member already exists, it will be replaced.
Sets a JsonConfig to the given key, and if the member already exists, it will be replaced