1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2024-12-23 21:34:54 +03:00
libvirt/tests/virjsondata/deflatten-unflattened-in.json

13 lines
219 B
JSON
Raw Normal View History

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