Click or drag to resize
ConfigurationFactoryParseString Method
Parses the string.

Namespace: Akka.Configuration
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public static Config ParseString(
	string hocon
)

Parameters

hocon
Type: SystemString
The json.

Return Value

Type: Config
Config.
See Also