By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| id | dep | parent |
|---|---|---|
| 1 | org1 | null |
| 2 | org1.1 | 1 |
| 3 | org1.1.1 | 2 |
| 4 | org1.1.1.1 | 3 |
| 5 | org1.1.1.1.1 | 4 |
| 6 | org1.1.1.1.1.1 | 5 |
| 7 | org1.1.1.1.1.2 | 5 |
| CAST(obj AS CHAR) |
|---|
| {"4": {"id": 4, "dep": "org1.1.1.1", "depth": 0, "parent": 3, "children": {"5": {"id": 5, "dep": "org1.1.1.1.1", "depth": 1, "parent": 4, "children": {"6": {"id": 6, "dep": "org1.1.1.1.1.1", "depth": 2, "parent": 5, "children": "[]"}, "7": {"id": 7, "dep": "org1.1.1.1.1.2", "depth": 2, "parent": 5, "children": "[]"}}}}}} |
| CAST(obj AS CHAR) |
|---|
| {"1": {"id": 1, "dep": "org1", "depth": 0, "parent": null, "children": {"2": {"id": 2, "dep": "org1.1", "depth": 1, "parent": 1, "children": {"3": {"id": 3, "dep": "org1.1.1 ", "depth": 2, "parent": 2, "children": {"4": {"id": 4, "dep": "org1.1.1.1", "depth": 3, "parent": 3, "children": {"5": {"id": 5, "dep": "org1.1.1.1.1", "depth": 4, "parent": 4, "children": {"6": {"id": 6, "dep": "org1.1.1.1.1.1", "depth": 5, "parent": 5, "children": "[]"}, "7": {"id": 7, "dep": "org1.1.1.1.1.2", "depth": 5, "parent": 5, "children": "[]"}}}}}}}}}}}} |