parseJsonConfig

Parse JSON config from the given JSON string.

  1. ConfigDictionary parseJsonConfig(string json)
    parseJsonConfig
    (
    const string json
    )
  2. ConfigDictionary parseJsonConfig(JSONValue json)

Parameters

json string

Text contents of the config to be parsed.

Return Value

The parsed configuration.

Meta