Removing elements in a JsonArray

Hi @luke.sydenham,

expression is the array, value is the value you want to remove.

You can just experiment on the cbq shell.

SELECT ARRAY_REMOVE( [ 1, 2, 3 ], 2 );