Why this query is not working:
UPDATE country SET timezones="[{"zoneName":'Asia\/Kabul',"gmtOffset":16200,"gmtOffsetName":'UTC+04:30',"abbreviation":'AFT',"tzName":'Afghanistan Time'}] " where name='Afghanistan'
Error I get:
ERROR: syntax error at or near "zoneName" LINE 1: UPDATE country SET timezones="[{"zoneName":'Asia/Kabul',"gm... ^ SQL state: 42601 Character: 34
'[{"key1": "value1", "key2": "value2"}, {etc...}]'