Postgresql – How to query JSON Column in postgres
My table name is participant_preference and the column name is 'value' and the JSON is in the column as below, { "DiaryUsers": [ { "UserId": "HUGWFJJ6", "IsDiaryVisible": false, "ParticipantName": "Dr. Mckenzie, Alistair G [SP000024]", "Status": "A" }, { "UserId": "HUV65PV1",…