JSONB subscripting initializes numeric keys as arrays instead of objects

2025-10-17 Thread Krrish Malhotra
I'm using PostgreSQL 16+ and working extensively with jsonb columns using JSON subscripting paths (as described here: PostgreSQL docs – jsonb subscripting

Re: JSONB subscripting initializes numeric keys as arrays instead of objects

2025-10-08 Thread Adrian Klaver
On 10/8/25 02:11, Krrish Malhotra wrote: I'm using PostgreSQL 16+ and working extensively with jsonb columns using JSON subscripting paths (as described here: PostgreSQL docs – jsonb subscripting