mirror of
https://github.com/aurora-opensource/xviz.git
synced 2026-01-18 14:07:46 +00:00
See part 1 commit for details, but background and context, the changes here are: - `variable` not contains a `values` object instead of a `values` array, that object has sub-arrays for each type - `object_id` in variable is moved to a separate `base` object
6 lines
55 B
JSON
6 lines
55 B
JSON
{
|
|
"values": {
|
|
"bools": [true, true, false]
|
|
}
|
|
}
|