Get, Add and Remove JSON Objects from an Array — In my last article, we focused on turning a PostgreSQL jsonb column, that contained an Array of Objects, into a recordset, so that it could be queried in a relational manner. What We Will Do In this article, I’d like to continue our work with a jsonb column containing an Array of Objects and…