mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-14 09:06:47 +00:00
enable object array parsing in JSON parser for devices, channels, and sockets.
device, channel, and socket are parsed as before
This commit is contained in:
parent
b2c97b8f95
commit
9a6e7f7aaf
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"fairMQOptions":
|
"fairMQOptions":
|
||||||
{
|
{
|
||||||
"device":
|
"devices":
|
||||||
{
|
[{
|
||||||
"id": "sampler1",
|
"id": "sampler1",
|
||||||
"channel":
|
"channel":
|
||||||
{
|
{
|
||||||
|
@ -19,7 +19,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"device":
|
|
||||||
{
|
{
|
||||||
"id": "sink1",
|
"id": "sink1",
|
||||||
"channel":
|
"channel":
|
||||||
|
@ -35,7 +34,7 @@
|
||||||
"rateLogging": "0"
|
"rateLogging": "0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user