By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| ?column? |
|---|
| {"a": [1, 2, 3], "b": {"c": 3, "d": 4}, "x": [4, "h", 1]} |
| [1, 2, 3, {"b": {"c": 3, "d": 4}, "x": [4, "h", 1]}] |
| [{"a": [1, 2, 3], "b": {"c": 3}}, 3, "c", 1] |
| {"a": "test", "b": {"c": 3}} |