Class JsonConfigFactory
Creates configuration dictionaries from JSONs.
Methods
Name | Description |
---|---|
parseConfig
(contents)
|
Parse configuration from the given JSON string. |
parseJson
(json)
|
Parse configuration from a JSONValue tree. |
parseJson
(json)
|
Alias for parseConfig |
loadFile
(path)
|
Loads a configuration from the specified path from disk. |