[
    {
        "Unordered" = "true";
        "Write" = [
            {
                "Data" = [
                    [
                        "3";
                        [
                            [
                                "2";
                                "1"
                            ]
                        ]
                    ]
                ];
                "Type" = [
                    "ListType";
                    [
                        "StructType";
                        [
                            [
                                "Domain";
                                [
                                    "DataType";
                                    "Int32"
                                ]
                            ];
                            [
                                "Devices";
                                [
                                    "ListType";
                                    [
                                        "StructType";
                                        [
                                            [
                                                "DeviceCategory";
                                                [
                                                    "DataType";
                                                    "Int32"
                                                ]
                                            ];
                                            [
                                                "DeviceID";
                                                [
                                                    "DataType";
                                                    "Int32"
                                                ]
                                            ]
                                        ]
                                    ]
                                ]
                            ]
                        ]
                    ]
                ]
            }
        ]
    }
]