1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2024-12-23 21:34:54 +03:00
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"
}
}
}
}
}