klyn.data.json.JSONConfiguration.JSONConfiguration
constructor
public JSONConfiguration(path as Path):
Description

Creates a configuration from a filesystem path.

Parameters
ParameterDescription
pathJSON document path.
Throws
  • ValueException if path is null.
Example
configuration = JSONConfiguration(FilePath("catalog.json"))