mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-07 21:17:55 +03:00
19 lines
406 B
JSON
19 lines
406 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|