hocon v0.1.3 API Reference

Modules

This module paresed 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 pushing tokens to the list of tokens. It handles the cases of whitespaces and new lines.