Package | Description |
---|---|
org.lazywizard.lazylib |
Contains general methods that mostly help with non-API data types.
|
Modifier and Type | Method and Description |
---|---|
static JSONUtils.CommonDataJSONObject |
JSONUtils.loadCommonJSON(String filename)
Loads a JSON file from common data, or creates it if it does not already exist.
|
static JSONUtils.CommonDataJSONObject |
JSONUtils.loadCommonJSON(String filename,
@Nullable String defaultJSONPath)
Loads a JSON file from common data, or creates it, populates it with default values, and saves it to disk
if it does not already exist.
|