mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +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:
committed by
Mohammad Al-Turany
parent
07aed04b14
commit
8317d440db
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"fairMQOptions":
|
||||
{
|
||||
"device":
|
||||
{
|
||||
"devices":
|
||||
[{
|
||||
"id": "sampler1",
|
||||
"channel":
|
||||
{
|
||||
@@ -19,7 +19,6 @@
|
||||
}
|
||||
},
|
||||
|
||||
"device":
|
||||
{
|
||||
"id": "sink1",
|
||||
"channel":
|
||||
@@ -35,7 +34,7 @@
|
||||
"rateLogging": "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}]
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user