Class JsonConfigFactory

Creates configuration dictionaries from JSONs.

class JsonConfigFactory
  : ConfigFactory ;

Methods

NameDescription
parseConfig (contents) Parse configuration from the given JSON string.
parseJson (json) Parse configuration from a JSONValue tree.
parseJson (json) Alias for parseConfig
loadFile (path) Loads a configuration from the specified path from disk.