I also got this issue and after researching, I found a solution for it.
INSERT INTO table_name (id, json_data) VALUES (1, JSON '{"id":"stop-id-1","type":"STOP"}');
just wrap the json string with "JSON " keyword.