JsonConfigFactory.parseJson - multiple declarations
Function JsonConfigFactory.parseJson
Parse configuration from a JSONValue tree.
Parameters
Name | Description |
---|---|
json | JSONValue config to be parsed. |
Returns
The parsed configuration.
Function JsonConfigFactory.parseJson
Alias for parseConfig
Parameters
Name | Description |
---|---|
json | Text contents of the config to be parsed. |
Returns
The parsed configuration.
See Also
parseConfig