1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-23 00:00:01 +01:00
VILLASnode/etc/examples/formats/json-edgeflex.conf

17 lines
205 B
Text
Raw Normal View History

nodes = {
node = {
type = "file"
uri = "/dev/null"
format = {
type = "json.edgeflex"
indent = 4
compact = true
ensure_ascii = true
escape_slash = false
sort_keys = true
}
}
}