# Functions
Load : loads a configuration structure from a file @path : path where the configuration is stored as a json file return (Config, error) : the Config struct parsed, error code.
Loads : loads a configuration structure from a data buffer @data : buffer containing the configuration object return (Config, error) : the Config struct filled from data, error code.
# Variables
No description provided by the author
# Interfaces
Value : stored in the configuration.
# Type aliases
Config : configuration structure definition.