summaryrefslogtreecommitdiffstats
path: root/netconf/restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/simple-yang-types/xml/awaited_output_empty_data.json
blob: 4b199888b8edd6cd6f963198eda5d280e0e36a59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
    "cont1": {
        "lst11": [
            {
                "lf111": 1,
                "lst111": [
                    {
                        "lf1111": 34
                    },
                    {
                        "lf1111": 35
                    },
                    {},
                    {}
                ],
                "cont111": {}
            },
            {
                "lf111": 2,
                "cont111": {
                    "lflst1111": [
                        1024,
                        4096
                    ],
                    "lst1111": [
                        {
                            "lf1111B": 4
                        },
                        {
                            "lf1111A": "lf1111A str12"
                        }
                    ]
                },
                "lst112": [
                    {}
                ]
            },
            {
                "lf111": 3,
                "cont111": {
                    "lst1111": [
                        {},
                        {}
                    ]
                }
            }
        ]
    }
}