ucg 0.8.0

A configuration generation grammar.
Documentation
1
2
3
4
5
6
7
8
9
10
JSON conversions expect any ucg value.

They are transformed into json using the following rules:

- NULL becomes `null`
- tuples become objects `{...}`
- lists become lists `[...]`
- Int and Float become numbers
- Strings become strings.
- Functions and Modules are ignored.