Files
libvirt/tests/virjsondata/deflatten-nested-out.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

19 lines
406 B
JSON

{
"file": {
"nest": {
"even.objects": "can",
"even.contain": "some",
"even.more": {
"deeply.nested": "objects",
"deeply.needing": "deflattening",
"deeply.some.even": "more",
"deeply.some.than": {
"others.thought.was": "even",
"others.thought.completely": "necessary"
},
"perhaps": "flat value"
}
}
}
}