summaryrefslogtreecommitdiffstats
path: root/libraries/libucl/README
blob: 20fcca85c5b4e598abb4c30f97b53eb379e244b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Libucl is a universal configuration library parser.
UCL is heavily infused by nginx configuration as the example of a
convenient configuration system.
However, UCL is fully compatible with JSON format and is able to parse
json files.
UCL has clear design that should be very convenient for reading and
writing. At the same time it is compatible with JSON language and
therefore can be used as a simple JSON parser. Macro logic provides an
ability to extend configuration language
(for example by including some lua code) and comments allow to disable
or enable the parts of a configuration quickly.
examples at github page.