PostgreSQL - JSON and JSONB
Given the JSON column
info with value '{"user": {"name": "Bob", "age": 25}}', what is the result of SELECT info #>> '{user,name}'?