hocon v0.1.8 API Reference

Modules

This module pareses and decodes a hocon configuration string.

This module represents the necessary functions for the creation of the final configuration. The configuration is built up with put/3 function and as the final step the convert function is called, which resolves the substitutions to its current values in the current configuration object.

This module is responsible for loading file resources.

This structure contains the period defined by years, months and days. It is the result of the Hocon.get_period/2 and Hocon.as_period/1 function. You can use it to calculate new dates. Unfortenly Elixir Date Library does not support adding other units like months or years. It supports only days

This module is responsible for loading file configuration. The configuration is specified by a path (filepath, url).

This module is responsible for pushing tokens to the list of tokens. It handles the cases of whitespaces and new lines.