'Difference in jsonb and jsonb[] in postgresql

I have been working over jsonb columns in postgresql. My problem statement is to store array of json objects, so i thought of jsonb[] datatype as it is a viable option. But there is quite minimal support over jsonb[]. Does anyone know whether there would be any performance issue if i store json arrays in jsonb itself? What difference it might bring if i use jsonb[] instead?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source