61bd71d1abf367e3e82778a0fca5adca20509a7e
[yangtools.git] / yang / yang-data-codec-gson / src / test / resources / complexjson / unkeyed-node-in-container.json
1 {
2     "complexjson:cont1": {
3         "lst12":[
4             {
5                 "lf121":"lf121 value"
6             }
7         ]
8     }
9 }