forked from TrueCloudLab/frostfs-node
cbe3e0a271
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
18 lines
256 B
JSON
18 lines
256 B
JSON
{
|
|
"value": "some value",
|
|
"section": {
|
|
"any": "thing"
|
|
},
|
|
"string_slice": {
|
|
"empty": [],
|
|
"filled": [
|
|
"string1",
|
|
"string2"
|
|
],
|
|
"incorrect": null
|
|
},
|
|
"string": {
|
|
"correct": "some string",
|
|
"incorrect": []
|
|
}
|
|
}
|