1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2024-12-25 01:34:11 +03:00
libvirt/tests/virjsondata/deflatten-basic-generic-in.json

15 lines
241 B
JSON
Raw Normal View History

{
"foo.int": 1,
"bar.int": 1,
"foo.string": "string",
"foo.object": {
"data":"value",
"foo":"bar"
},
"blurb.string": "string",
"blurb.object": {
"data":"value",
"foo":"bar"
}
}