mirror of https://gitee.com/openkylin/libvirt.git
29 lines
570 B
JSON
29 lines
570 B
JSON
{
|
|
"file": {
|
|
"nest": {
|
|
"even": {
|
|
"objects": "can",
|
|
"contain": "some",
|
|
"more": {
|
|
"deeply": {
|
|
"nested": "objects",
|
|
"needing": "deflattening",
|
|
"some": {
|
|
"even": "more",
|
|
"than": {
|
|
"others": {
|
|
"thought": {
|
|
"was": "even",
|
|
"completely": "necessary"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"perhaps": "flat value"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|