mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 07:32:27 +00:00
28 lines
466 B
JSON
28 lines
466 B
JSON
|
{
|
||
|
"a": "a1",
|
||
|
"b": {
|
||
|
"value": 1,
|
||
|
"next": {
|
||
|
"LongList": {
|
||
|
"value": 2,
|
||
|
"next": {
|
||
|
"LongList": {
|
||
|
"value": 3,
|
||
|
"next": null
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"c": "c1"
|
||
|
}
|
||
|
{
|
||
|
"a": "a2",
|
||
|
"b": {
|
||
|
"value": 4,
|
||
|
"next": {
|
||
|
"fixed_2": "ab"
|
||
|
}
|
||
|
},
|
||
|
"c": "c2"
|
||
|
}
|