uniconf.yaml

YAML configuration module

Members

Functions

parseYaml
UniConf parseYaml(string data)

Parse UniConf from string

saveYaml
string saveYaml(UniConf node)

Convert UniConf to json string

toUniConf
UniConf toUniConf(Node root)

Conert Yaml to UniConf

toYaml
Node toYaml(UniConf root)

Convert UniConf to Yaml

Meta

Date

Date: 2018-09-03

License

Subject to the terms of the BSD 3-Clause License, as written in the included LICENSE.md file.

Authors

<m.galanin@milofon.pro> Maksim Galanin