By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
INSERT 0 2
| text | json | ?column? |
|---|---|---|
| "{"foo": "bar"}" | "{"foo": "bar"}" | {"foo": "bar"} |
| "some thing" | "some thing" | some thing |
SELECT 2
INSERT 0 2
| text | json | ?column? |
|---|---|---|
| "{"foo": "bar"}" | "{"foo": "bar"}" | {"foo": "bar"} |
| "some thing" | "some thing" | some thing |
SELECT 2