05cdd5715516ce5f3aee5e62b60ce6a18083d6df
[yangtools.git] / yang / yang-data-codec-gson / src / test / resources / complexjson / case-node-external-augmentation-in-choice-in-container.json
1 {
2     "complexjson:cont1": {
3         "complexjson-augmentation:lf15_11" : "lf15_11 value from augmentation",
4         "lf15_11" : "one two",        
5         "lf13" : "lf13 value",        
6         "complexjson-augmentation:lf15_12" : "lf15_12 value from augmentation",
7         "lf15_12" : "complexjson:ident"
8     }
9 }