JsonConfigLoader

The loader data from a JSON file

Members

Functions

getExtensions
string[] getExtensions()
Undocumented in source. Be warned that the author may not have intended to support it.
loadConfigFile
Config loadConfigFile(string fileName)

Load config from file

loadConfigString
Config loadConfigString(string data)

Load config from string

Inherited Members

From LangConfigLoader

loadConfigFile
Config loadConfigFile(string fileName)

Loading properties from a file

loadConfigString
Config loadConfigString(string data)

Loading properties from a string

getExtensions
string[] getExtensions()

Returns the file extension to delermite the type loader

isPropertiesFile
bool isPropertiesFile(string fileName)

Checking the possibility to download the file current loader

Meta