By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| data | path | jsonb_path_query_first |
|---|---|---|
| {"a": {"b": {"c": "d"}}} | $."a"."b"."c" | "d" |
SELECT 1
| data | path | jsonb_path_query_first |
|---|---|---|
| {"a": {"b": {"c": "d"}}} | $."a"."b"."c" | "d" |
SELECT 1