mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
7f1209ad1e
Add a few test cases to verify that the old behaviour does not break and that new one behaves sanely.
17 lines
429 B
JSON
17 lines
429 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"
|
|
}
|
|
}
|
|
}
|