BUG 2973 - correction of output for empty yang type
[yangtools.git] / yang / yang-data-codec-gson / src / test / resources / complexjson / type-empty.json
1 {
2     "complexjson:cont1": 
3     {
4         "empty": [null]
5     }
6 }