libvirt/tests/virjsondata/deflatten-deep-generic-in.json
Peter Krempa 7f1209ad1e tests: json: Add test for the deflattening function
Add a few test cases to verify that the old behaviour does not break and
that new one behaves sanely.
2017-07-11 14:12:55 +02:00

10 lines
238 B
JSON

{
"foo.double.nest1":"some",
"foo.double.nest2":"more",
"bar.double.nest3": {
"even":"objects"
},
"foo.very.deeply.nested.object.chains.nest1":"some",
"foo.very.deeply.nested.object.chains.nest2":"stuff"
}