parseJsonConfig

Parse JSON config from the given JSONValue.

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

Parameters

json JSONValue

JSONValue config to be parsed.

Return Value

The parsed configuration.

Meta