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

Creates a configuration from a string path.

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