PostgreSQL - JSON and JSONB
You have a table
configs with a jsonb column settings. You want to insert a JSON object with a nested array. Which query correctly inserts this data?JSON: {"theme": "dark", "features": ["search", "export"]}