Postgresql – get specific element by key using sql query
i am storing JSON data as jsonb column and searching for specific object by key . Here is my json structure [ { "item_tags": ["black", "optional"], "name": "Keyboard", "price": 50, "currency": "USD", "discount_price": 40 }, { "item_tags": ["white", "optional"], "name":…