mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
97f2a2213e
* Move some code outside dbms/src folder * Fix paths
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"
|
|
} |