forked from TrueCloudLab/frostfs-node
15 lines
187 B
JSON
15 lines
187 B
JSON
|
{
|
||
|
"value": "some value",
|
||
|
"section": {
|
||
|
"any": "thing"
|
||
|
},
|
||
|
"string_slice": {
|
||
|
"empty": [],
|
||
|
"filled": [
|
||
|
"string1",
|
||
|
"string2"
|
||
|
],
|
||
|
"incorrect": null
|
||
|
}
|
||
|
}
|