====== JSON Parser ====== We use [[https://github.com/vstakhov/libucl|libucl]] as JSON parser for EEROS. But we use our own fork of the libucl-Repository. There is an additional function added to libucl to support parsing with strategy function from a file. This was not supported by default but we need it to detect duplicate entries of devices, subdevices or channels and throw a Fault. Fork of libucl: https://github.com/eeros-project/libucl