uniconf.json

JSON module

Members

Functions

parseJson
UniConf parseJson(string data)

Parse UniConf from string

saveJson
string saveJson(UniConf node, bool pretty)

Convert UniConf to json string

toJson
JSONValue toJson(UniConf root)

Convert UniConf to Json

toUniConf
UniConf toUniConf(JSONValue root)

Conert Json to UniConf

Meta

Date

Date: 2020-03-09

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