PostgreSQL - JSON and JSONB
Given a JSON column
settings with value {"theme": {"colors": {"background": "#fff"}}}, which query extracts the background color as JSON, and which extracts it as text?