parseJsonConfig

Parse JSON config from the given JSONValue.

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

Return Value

The parsed configuration.

Meta