Bug 4969: NPE in JSONCodecFactory by attempt to find codec for a leafref
[yangtools.git] / yang / yang-data-codec-gson / src / test / resources / bug-4969 / json / foo.json
1 {
2     "foo:root" : {
3         "ref1": "a", 
4         "ref2": "a b",
5         "ref3": "a b c",
6         "ref4": "a b c d"
7     }
8 }