libvirt/tests/virjsondata/deflatten-nested-in.json

17 lines
429 B
JSON
Raw Normal View History

{
"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"
}
}
}