JsonConfigFactory.parseJson

Parse configuration from a JSONValue tree.

  1. ConfigDictionary parseJson(JSONValue json)
    class JsonConfigFactory
    parseJson
    (
    JSONValue json
    )
  2. ConfigDictionary parseJson(string json)

Return Value

The parsed configuration.

Meta