PostgreSQL - JSON and JSONB
You have a JSON column
details with nested JSON: {"user": {"name": "Bob", "age": 25}}. Which query extracts the user's age as text?