parseJsonConfig - multiple declarations
Function parseJsonConfig
Parse JSON config from the given JSON string.
Parameters
Name | Description |
---|---|
json | Text contents of the config to be parsed. |
Returns
The parsed configuration.
Function parseJsonConfig
Parse JSON config from the given JSONValue.
Parameters
Name | Description |
---|---|
json | JSONValue config to be parsed. |
Returns
The parsed configuration.