libvirt/tests/virjsondata/deflatten-unflattened-out.json

15 lines
206 B
JSON
Raw Normal View History

{
"file": {
"blah": {
"any": "possible",
"combination": {
"of": "json",
"nested": {
"objects": "should",
"be": "possible"
}
}
}
}
}